pngquant: restored 'patchShebangs' because build failed on Hydra

This commit is contained in:
Volth
2017-05-08 16:08:37 +03:00
committed by Tuomas Tynkkynen
parent 19ebff1d95
commit a51663f9da
+2
View File
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
preConfigure = "patchShebangs .";
buildInputs = [ pkgconfig libpng zlib lcms2 ];
meta = with stdenv.lib; {