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>
This commit is contained in:
Bruno Victal 2023-10-19 15:04:41 +01:00 committed by Ludovic Courtès
parent 7e2363198d
commit 99c8d2ddd4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1049,7 +1049,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