diff options
author | Greg Hogan <code@greghogan.com> | 2025-07-17 18:16:19 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:54 +0200 |
commit | fe5d8f53590334c3d968d9e4050fbee23bbc1412 (patch) | |
tree | a9eb59bcfa6ca739082f56b2e1e3d13162b4c0be /gnu/packages/xml.scm | |
parent | 3ec3199fbb81c7115f3f70b03aff4350b8d5660a (diff) |
gnu: perl-xml-libxslt: Fix configure script.
* gnu/packages/patches/perl-xml-libxslt-fix-configure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/xml.scm (perl-xml-libxslt)[origin]: Apply patch.
Change-Id: I9199c6e4de924c7425ccb06c3d7da12d9093b8a4
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 0911965680..64c6e9678b 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -703,7 +703,9 @@ XML parser and the high performance DOM implementation.") "XML-LibXSLT-" version ".tar.gz")) (sha256 (base32 - "0wyl8klgr65j8y8fzgwz9jlvfjwvxazna8j3dg9gksd2v973fpia")))) + "0wyl8klgr65j8y8fzgwz9jlvfjwvxazna8j3dg9gksd2v973fpia")) + ;; Remove patch with update to version 2.003000. + (patches (search-patches "perl-xml-libxslt-fix-configure.patch")))) (build-system perl-build-system) (inputs (list libxslt)) |