mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-xml-xpath: Fix use of nonexistent phase.
Follow-up to changes in ed1b2d0a86
.
* 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:
parent
7e2363198d
commit
99c8d2ddd4
1 changed files with 1 additions and 1 deletions
|
@ -1049,7 +1049,7 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom")
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'wrap 'wrap-xpath
|
(add-after 'install 'wrap-xpath
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((xpath (string-append #$output "/bin/xpath"))
|
(let ((xpath (string-append #$output "/bin/xpath"))
|
||||||
(perl5lib
|
(perl5lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue