perlPackages.XMLSAXExpat: fix build (#71392)
This broke after 979811fa43
. 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";
|
||||
};
|
||||
propagatedBuildInputs = [ XMLParser XMLSAX ];
|
||||
# Avoid creating perllocal.pod, which contains a timestamp
|
||||
installTargets = "pure_install";
|
||||
meta = {
|
||||
description = "SAX Driver for Expat";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
Loading…
Reference in New Issue
Block a user