perlPackages.XMLSAXExpat: fix build (#71392)
This broke after 979811fa4346. Adding the `installTarget` locally works. Couldn't find any other reproducible breakage.
This commit is contained in:
parent
2417833f69
commit
ba36219220
@ -20059,6 +20059,8 @@ let
|
|||||||
sha256 = "0gy8h2bvvvlxychwsb99ikdh5cqpk6sqc073jk2b4zffs09n40ac";
|
sha256 = "0gy8h2bvvvlxychwsb99ikdh5cqpk6sqc073jk2b4zffs09n40ac";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ XMLParser XMLSAX ];
|
propagatedBuildInputs = [ XMLParser XMLSAX ];
|
||||||
|
# Avoid creating perllocal.pod, which contains a timestamp
|
||||||
|
installTargets = "pure_install";
|
||||||
meta = {
|
meta = {
|
||||||
description = "SAX Driver for Expat";
|
description = "SAX Driver for Expat";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user