mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rasdaemon: Fix use of nonexistent phase.
Follow-up to changes in ed1b2d0a86
.
* gnu/packages/linux.scm (rasdaemon)[arguments]<#:phases>: Order
'wrap-rasdaemon after 'install instead of the nonexistent 'wrap.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
99c8d2ddd4
commit
6c77893f31
1 changed files with 1 additions and 1 deletions
|
@ -10376,7 +10376,7 @@ (define-public rasdaemon
|
|||
;; line lets sysconfdir correctly pick up DESTDIR.
|
||||
(substitute* "configure.ac"
|
||||
(("^test .* sysconfdir=/etc\n$") ""))))
|
||||
(add-after 'wrap 'wrap-rasdaemon
|
||||
(add-after 'install 'wrap-rasdaemon
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((path (map dirname
|
||||
(list (search-input-file inputs "/sbin/dmidecode")
|
||||
|
|
Loading…
Reference in a new issue