summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2025-07-17 18:16:19 +0000
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:54 +0200
commitfe5d8f53590334c3d968d9e4050fbee23bbc1412 (patch)
treea9eb59bcfa6ca739082f56b2e1e3d13162b4c0be /gnu/packages/xml.scm
parent3ec3199fbb81c7115f3f70b03aff4350b8d5660a (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.scm4
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))