gnu: s6-linux-init: Update to 0.4.0.0.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 0.4.0.0.
This commit is contained in:
parent
5350d0cd99
commit
c43f5b8001
|
@ -293,7 +293,7 @@ systems and other constrained environments, but they work everywhere.")))
|
||||||
(define-public s6-linux-init
|
(define-public s6-linux-init
|
||||||
(package
|
(package
|
||||||
(name "s6-linux-init")
|
(name "s6-linux-init")
|
||||||
(version "0.3.1.1")
|
(version "0.4.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -302,7 +302,7 @@ systems and other constrained environments, but they work everywhere.")))
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yfxrjqlbb6kac4gcn78phxbwp5sj9jmc1vxpsrbql62mfjyiqly"))))
|
"0zpd6n30cf8847240f658gw40sh64lm1mbaxr19q6rryvs5rpb6l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("skalibs" ,skalibs)))
|
`(("skalibs" ,skalibs)))
|
||||||
|
@ -315,7 +315,7 @@ systems and other constrained environments, but they work everywhere.")))
|
||||||
(string-append "--with-sysdeps="
|
(string-append "--with-sysdeps="
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs/sysdeps"))
|
"/lib/skalibs/sysdeps"))
|
||||||
#:tests? #f))
|
#:tests? #f)) ; no tests exist
|
||||||
(home-page "https://skarnet.org/software/s6-linux-init")
|
(home-page "https://skarnet.org/software/s6-linux-init")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Minimalistic tools to create an s6-based init system on Linux")
|
(synopsis "Minimalistic tools to create an s6-based init system on Linux")
|
||||||
|
|
Loading…
Reference in New Issue