fbpanel: correctly apply -Wno-error
This commit is contained in:
@@ -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