mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: guile2.0-shepherd: Remove.
Version 0.9.x of the Shepherd requires Guile >= 2.2. * gnu/packages/admin.scm (guile2.0-shepherd): Remove.
This commit is contained in:
parent
75a25d9c2a
commit
69a65335f9
1 changed files with 0 additions and 19 deletions
|
@ -375,25 +375,6 @@ (define-public guile2.2-shepherd
|
|||
(native-inputs (list pkg-config guile-2.2))
|
||||
(inputs (list guile-2.2 guile2.2-fibers))))
|
||||
|
||||
(define-public guile2.0-shepherd
|
||||
(package
|
||||
(inherit shepherd)
|
||||
(name "guile2.0-shepherd")
|
||||
(native-inputs
|
||||
(list help2man pkg-config guile-2.0))
|
||||
(inputs
|
||||
(list guile-2.0))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-source
|
||||
(lambda _
|
||||
;; (ice-9 threads) isn't available in guile-2.0
|
||||
(substitute* "modules/shepherd.scm"
|
||||
((".*\\(ice-9 threads\\).*") ""))
|
||||
#t)))
|
||||
,@(package-arguments shepherd)))))
|
||||
|
||||
(define-public cfm
|
||||
(package
|
||||
(name "cfm")
|
||||
|
|
Loading…
Reference in a new issue