mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: shepherd: Promote 0.9 to the default.
* gnu/packages/admin.scm (shepherd-0.9): Inherit from SHEPHERD-0.8. (shepherd): Alias to SHEPHERD-0.9.
This commit is contained in:
parent
267604449e
commit
9e256a05f2
1 changed files with 3 additions and 4 deletions
|
@ -319,12 +319,9 @@ (define-public shepherd-0.8
|
||||||
(license license:gpl3+)
|
(license license:gpl3+)
|
||||||
(home-page "https://www.gnu.org/software/shepherd/")))
|
(home-page "https://www.gnu.org/software/shepherd/")))
|
||||||
|
|
||||||
;; Update on the next rebuild cycle.
|
|
||||||
(define-public shepherd shepherd-0.8)
|
|
||||||
|
|
||||||
(define-public shepherd-0.9
|
(define-public shepherd-0.9
|
||||||
(package
|
(package
|
||||||
(inherit shepherd)
|
(inherit shepherd-0.8)
|
||||||
(version "0.9.2")
|
(version "0.9.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -367,6 +364,8 @@ (define-public shepherd-0.9
|
||||||
guile-fibers-1.1)) ;for cross-compilation
|
guile-fibers-1.1)) ;for cross-compilation
|
||||||
(inputs (list guile-3.0 guile-fibers-1.1))))
|
(inputs (list guile-3.0 guile-fibers-1.1))))
|
||||||
|
|
||||||
|
(define-public shepherd shepherd-0.9)
|
||||||
|
|
||||||
(define-public guile2.2-shepherd
|
(define-public guile2.2-shepherd
|
||||||
(package
|
(package
|
||||||
(inherit shepherd-0.9)
|
(inherit shepherd-0.9)
|
||||||
|
|
Loading…
Reference in a new issue