xmlstarlet: fix build

Upstream is dead since 2018.

Fixes: e258dc4b328f ("libxml2: 2.13.8 -> 2.14.3")
This commit is contained in:
Alyssa Ross 2025-05-30 18:34:01 +02:00
parent e258dc4b32
commit ad09d3532b
No known key found for this signature in database
GPG Key ID: 5B459184230FF0A2

View File

@ -33,6 +33,11 @@ stdenv.mkDerivation rec {
url = "https://sourceforge.net/p/xmlstar/patches/_discuss/thread/890e29655a/66ca/attachment/0001-Fix-build-with-libxml2-2.12.patch";
hash = "sha256-XEk7aFOdrzdec1j2ffERJQbLH0AUNJA52QwA9jf4XWA=";
})
(fetchurl {
name = "libxml-2.14.patch";
url = "https://github.com/termux/termux-packages/raw/39135f3f1190268d127b998c2c6040d9af611ba5/packages/xmlstarlet/libxml2-2.14-attribute-unused.patch";
hash = "sha256-zHkUQsrhPLWI3kdfCITbcixpBmDRmxSM2Viz5R+8q5E=";
})
];
preConfigure = ''