~ruther/guix-local

99c8d2ddd4b714a66af7e90c8322153a4aa9e85f — Bruno Victal 2 years ago 7e23631
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/xml.scm
M gnu/packages/xml.scm => gnu/packages/xml.scm +1 -1
@@ 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