From a51663f9daba1abcfeeeb4458dc5b4282a831d9f Mon Sep 17 00:00:00 2001 From: Volth Date: Mon, 8 May 2017 08:47:17 +0000 Subject: pngquant: restored 'patchShebangs' because build failed on Hydra --- pkgs/tools/graphics/pngquant/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/tools/graphics') diff --git a/pkgs/tools/graphics/pngquant/default.nix b/pkgs/tools/graphics/pngquant/default.nix index 3d381bc1b67..78a2a7cb695 100644 --- a/pkgs/tools/graphics/pngquant/default.nix +++ b/pkgs/tools/graphics/pngquant/default.nix @@ -11,6 +11,8 @@ stdenv.mkDerivation rec { fetchSubmodules = true; }; + preConfigure = "patchShebangs ."; + buildInputs = [ pkgconfig libpng zlib lcms2 ]; meta = with stdenv.lib; { -- cgit 1.4.1