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 0911965680c..64c6e9678b0 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm | |||
| @@ -703,7 +703,9 @@ XML parser and the high performance DOM implementation.") | |||
| 703 | "XML-LibXSLT-" version ".tar.gz")) | 703 | "XML-LibXSLT-" version ".tar.gz")) |
| 704 | (sha256 | 704 | (sha256 |
| 705 | (base32 | 705 | (base32 |
| 706 | "0wyl8klgr65j8y8fzgwz9jlvfjwvxazna8j3dg9gksd2v973fpia")))) | 706 | "0wyl8klgr65j8y8fzgwz9jlvfjwvxazna8j3dg9gksd2v973fpia")) |
| 707 | ;; Remove patch with update to version 2.003000. | ||
| 708 | (patches (search-patches "perl-xml-libxslt-fix-configure.patch")))) | ||
| 707 | (build-system perl-build-system) | 709 | (build-system perl-build-system) |
| 708 | (inputs | 710 | (inputs |
| 709 | (list libxslt)) | 711 | (list libxslt)) |
