mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
7e2363198d
commit
99c8d2ddd4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue