[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66639] [PATCH core-updates 1/2] gnu: perl-xml-xpath: Fix use of non
From: |
Bruno Victal |
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 |
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