diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |