all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 66639@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>,
	Leo Famulari <leo@famulari.name>,
	Tobias Geerinckx-Rice <me@tobias.gr>
Subject: [bug#66639] [PATCH core-updates 2/2] gnu: rasdaemon: Fix use of nonexistent phase.
Date: Thu, 19 Oct 2023 15:04:42 +0100	[thread overview]
Message-ID: <4cf540f0a3222e7ac222c837b7da7c4432173724.1697723940.git.mirai@makinata.eu> (raw)
In-Reply-To: <cover.1697723940.git.mirai@makinata.eu>

Follow-up to changes in ed1b2d0a86a0a62d8d843f06669a5f072482c37e.

* gnu/packages/linux.scm (rasdaemon)[arguments]<#:phases>: Order
'wrap-rasdaemon after 'install instead of the nonexistent 'wrap.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 211269bfcb..5edcde3853 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9857,7 +9857,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")
-- 
2.41.0





      parent reply	other threads:[~2023-10-19 14:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-19 14:02 [bug#66639] [PATCH core-updates 0/2] Fix use of nonexistent phase Bruno Victal
2023-10-19 14:04 ` [bug#66639] [PATCH core-updates 1/2] gnu: perl-xml-xpath: " Bruno Victal
2023-10-19 16:32   ` bug#66639: " Efraim Flashner
2023-10-19 14:04 ` Bruno Victal [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4cf540f0a3222e7ac222c837b7da7c4432173724.1697723940.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=66639@debbugs.gnu.org \
    --cc=leo@famulari.name \
    --cc=me@tobias.gr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.