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:
Tor Hedin Brønner 2019-10-19 20:07:41 +02:00 committed by GitHub
parent 2417833f69
commit ba36219220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];