gnu: thermald: Clean up package definition.
* gnu/packages/admin.scm (thermald)[arguments]: Remove redundant 'bootstrap phase. Remove unnecessary udev configure flag.
This commit is contained in:
parent
d09e84c271
commit
1200783972
|
@ -2462,18 +2462,10 @@ make it a perfect utility on modern distros.")
|
||||||
"1cs2pq8xvfnsvrhg2bxawk4kn3z1qmfrnpnhs178pvfbglzh15hc"))))
|
"1cs2pq8xvfnsvrhg2bxawk4kn3z1qmfrnpnhs178pvfbglzh15hc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:configure-flags
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'bootstrap
|
|
||||||
(lambda _
|
|
||||||
(invoke "sh" "autogen.sh")
|
|
||||||
#t)))
|
|
||||||
#:configure-flags
|
|
||||||
(let ((out (assoc-ref %outputs "out")))
|
(let ((out (assoc-ref %outputs "out")))
|
||||||
(list (string-append "--sysconfdir="
|
(list (string-append "--sysconfdir="
|
||||||
out "/etc")
|
out "/etc")
|
||||||
(string-append "--with-udev-dir="
|
|
||||||
out "/lib/udev")
|
|
||||||
(string-append "--with-dbus-sys-dir="
|
(string-append "--with-dbus-sys-dir="
|
||||||
out "/etc/dbus-1/system.d")
|
out "/etc/dbus-1/system.d")
|
||||||
"--localstatedir=/var"))))
|
"--localstatedir=/var"))))
|
||||||
|
|
Loading…
Reference in New Issue