From 99c8d2ddd4b714a66af7e90c8322153a4aa9e85f Mon Sep 17 00:00:00 2001 From: Bruno Victal Date: Thu, 19 Oct 2023 15:04:41 +0100 Subject: 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 --- gnu/packages/xml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index ce6c5f55c1..1d54a91130 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1049,7 +1049,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 -- cgit v1.2.3