3
0
Fork 0
forked from mirrors/nixpkgs

pngquant: restored 'patchShebangs' because build failed on Hydra

This commit is contained in:
Volth 2017-05-08 08:47:17 +00:00 committed by Tuomas Tynkkynen
parent 19ebff1d95
commit a51663f9da

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
preConfigure = "patchShebangs .";
buildInputs = [ pkgconfig libpng zlib lcms2 ];
meta = with stdenv.lib; {