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>
Subject: [bug#66639] [PATCH core-updates 1/2] gnu: perl-xml-xpath: Fix use of nonexistent phase.
Date: Thu, 19 Oct 2023 15:04:41 +0100	[thread overview]
Message-ID: <c06664cfd3222ceede6a04ed3e04d10f63e8a3db.1697723940.git.mirai@makinata.eu> (raw)
In-Reply-To: <cover.1697723940.git.mirai@makinata.eu>

Follow-up to changes in ed1b2d0a86a0a62d8d843f06669a5f072482c37e.

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

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5e4e9cc8b8..db697a3221 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1047,7 +1047,7 @@ (define-public perl-xml-xpath
      (list
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'wrap 'wrap-xpath
+          (add-after 'install 'wrap-xpath
             (lambda _
               (let ((xpath (string-append #$output "/bin/xpath"))
                     (perl5lib
-- 
2.41.0





  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 ` Bruno Victal [this message]
2023-10-19 16:32   ` bug#66639: [PATCH core-updates 1/2] gnu: perl-xml-xpath: " Efraim Flashner
2023-10-19 14:04 ` [bug#66639] [PATCH core-updates 2/2] gnu: rasdaemon: " Bruno Victal

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=c06664cfd3222ceede6a04ed3e04d10f63e8a3db.1697723940.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=66639@debbugs.gnu.org \
    /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.