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:
parent
5bc5c6896e
commit
52c9115fcb
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue