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:
Bruno Victal 2023-10-19 15:04:42 +01:00 committed by Ludovic Courtès
parent 99c8d2ddd4
commit 6c77893f31
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")