mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-07 10:24:25 +00:00
rosenthal: dinit: Update to 0.20.0.
* modules/rosenthal/packages/admin.scm (dinit): Update to 0.20.0. [build-system]: Switch to gnu-build-system. [arguments] <#:configure-flags>: Adjust accordingly. <#:make-flags>: Set CXX and CXX_FOR_BUILD.
This commit is contained in:
parent
f15c27b931
commit
904d07ff13
@ -21,7 +21,7 @@
|
||||
(define-public dinit
|
||||
(package
|
||||
(name "dinit")
|
||||
(version "0.19.4")
|
||||
(version "0.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@ -30,14 +30,15 @@
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "09k7airphnpg6hmif91d9nfi5fhz40qh52sp8vnrshfy7mhkq571"))))
|
||||
(build-system meson-build-system)
|
||||
(base32 "1bs61i08fnlmpkbz189ks1ljj0569avb51b22fk27mm99msmdjgy"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "-Dshutdown-prefix=dinit-"
|
||||
"-Dunit-tests=true"
|
||||
"-Digr-tests=true"
|
||||
(string-append "-Ddinit-sbindir=" #$output "/sbin"))
|
||||
#~(list "--shutdown-prefix=dinit-"
|
||||
(string-append "--sbindir=" #$output "/sbin"))
|
||||
#:make-flags
|
||||
#~(list (string-append "CXX=" #$(cxx-for-target))
|
||||
"CXX_FOR_BUILD=g++")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-paths
|
||||
|
||||
Loading…
Reference in New Issue
Block a user