Revert "perlPackages.XMLParser: 2.46 -> 2.44"
This reverts commit ca04f87ff5c139452fc0981fad861c1f0b6db99d.
This commit is contained in:
parent
b7bf29993b
commit
37be0ab53b
@ -21047,10 +21047,10 @@ let
|
|||||||
|
|
||||||
XMLParser = buildPerlPackage {
|
XMLParser = buildPerlPackage {
|
||||||
pname = "XML-Parser";
|
pname = "XML-Parser";
|
||||||
version = "2.44";
|
version = "2.46";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz;
|
url = mirror://cpan/authors/id/T/TO/TODDR/XML-Parser-2.46.tar.gz;
|
||||||
sha256 = "05ij0g6bfn27iaggxf8nl5rhlwx6f6p6xmdav6rjcly3x5zd1s8s";
|
sha256 = "0pai3ik47q7rgnix9644c673fwydz52gqkxr9kxwq765j4j36cfk";
|
||||||
};
|
};
|
||||||
patches = [ ../development/perl-modules/xml-parser-0001-HACK-Assumes-Expat-paths-are-good.patch ];
|
patches = [ ../development/perl-modules/xml-parser-0001-HACK-Assumes-Expat-paths-are-good.patch ];
|
||||||
postPatch = stdenv.lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
|
postPatch = stdenv.lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user