1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

gtkimageview: fix build for ZHF

This commit is contained in:
Luca Bruno 2015-04-17 16:03:07 +02:00
parent 5bc5c6896e
commit 52c9115fcb

View file

@ -10,6 +10,11 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig gtk ];
preConfigure = ''
sed '/DEPRECATED_FLAGS/d' -i configure
sed 's/-Wall -Werror//' -i configure
'';
doCheck = true;
meta = {