gnu: rasdaemon: Update to 0.8.0.
* gnu/packages/linux.scm (rasdaemon): Update to 0.8.0. [inputs]: Add pkg-config, libtraceevent. [arguments]: Rename README.md to README. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
b6a1b61f00
commit
797083fc7f
@ -9642,7 +9642,7 @@ provides user-space tools for creating EROFS file systems.")
|
|||||||
(define-public rasdaemon
|
(define-public rasdaemon
|
||||||
(package
|
(package
|
||||||
(name "rasdaemon")
|
(name "rasdaemon")
|
||||||
(version "0.7.0")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -9651,9 +9651,9 @@ provides user-space tools for creating EROFS file systems.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1a3ycx1g2zyshlna9fg8c9329m8wia42vkmlh2awfab0ngwi3g50"))))
|
(base32 "0m3j1hz9rqcvwmrimpakd239s0ppzaplkykhf9wyh55xmmry8z85"))))
|
||||||
(native-inputs (list autoconf automake libtool))
|
(native-inputs (list autoconf automake libtool pkg-config))
|
||||||
(inputs (list perl perl-dbd-sqlite sqlite dmidecode kmod))
|
(inputs (list libtraceevent perl perl-dbd-sqlite sqlite dmidecode kmod))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
@ -9663,6 +9663,10 @@ provides user-space tools for creating EROFS file systems.")
|
|||||||
"--localstatedir=/var")
|
"--localstatedir=/var")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'rename-README
|
||||||
|
(lambda _
|
||||||
|
;; Required by autoreconf
|
||||||
|
(rename-file "README.md" "README")))
|
||||||
(add-before 'configure 'munge-autotools
|
(add-before 'configure 'munge-autotools
|
||||||
(lambda _
|
(lambda _
|
||||||
;; For some reason upstream forces sysconfdir=/etc. This results
|
;; For some reason upstream forces sysconfdir=/etc. This results
|
||||||
|
Loading…
Reference in New Issue
Block a user