mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
fbpanel: correctly apply -Wno-error
(cherry picked from commit f6b62e03ed)
This commit is contained in:
committed by
Wolfgang Walther
parent
32d1a8095a
commit
ce15db64e6
@@ -49,8 +49,10 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
makeFlags = [ "V=1" ];
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
"-Wno-error"
|
||||
"-Wno-error=incompatible-pointer-types" # not implied by -Wno-error
|
||||
"-I${gdk-pixbuf-xlib.dev}/include/gdk-pixbuf-2.0"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user