[cpan2nix] perlPackages.XMLParser: 2.44 -> 2.46
This commit is contained in:
parent
c0f1bf753b
commit
076dc17149
@ -19961,10 +19961,10 @@ let
|
||||
|
||||
XMLParser = buildPerlPackage {
|
||||
pname = "XML-Parser";
|
||||
version = "2.44";
|
||||
version = "2.46";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz;
|
||||
sha256 = "05ij0g6bfn27iaggxf8nl5rhlwx6f6p6xmdav6rjcly3x5zd1s8s";
|
||||
url = mirror://cpan/authors/id/T/TO/TODDR/XML-Parser-2.46.tar.gz;
|
||||
sha256 = "0pai3ik47q7rgnix9644c673fwydz52gqkxr9kxwq765j4j36cfk";
|
||||
};
|
||||
patchPhase = stdenv.lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
|
||||
substituteInPlace Expat/Makefile.PL --replace 'use English;' '#'
|
||||
|
Loading…
Reference in New Issue
Block a user