guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: perl-xml-xpath: Fix use of nonexistent phase.


From: guix-commits
Subject: 01/02: gnu: perl-xml-xpath: Fix use of nonexistent phase.
Date: Thu, 19 Oct 2023 12:30:39 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit f96c360c572e6381ae337b6b04c8ff94841a0d47
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Thu Oct 19 15:04:41 2023 +0100

    gnu: perl-xml-xpath: Fix use of nonexistent phase.
    
    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.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom")
      (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]