mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: shepherd: Add Guile 2.0 variant.
* gnu/packages/admin.scm (guile2.0-shepherd): New variable.
This commit is contained in:
parent
e3358a831e
commit
7681246325
1 changed files with 10 additions and 0 deletions
|
|
@ -241,6 +241,16 @@ interface and is based on GNU Guile.")
|
|||
(inputs
|
||||
`(("guile" ,guile-next)))))
|
||||
|
||||
(define-public guile2.0-shepherd
|
||||
(package
|
||||
(inherit shepherd)
|
||||
(name "guile2.0-shepherd")
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("guile" ,guile-2.0)))
|
||||
(inputs
|
||||
`(("guile" ,guile-2.0)))))
|
||||
|
||||
(define-public cloud-utils
|
||||
(package
|
||||
(name "cloud-utils")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue