fbpanel: correctly apply -Wno-error

(cherry picked from commit f6b62e03ed)
This commit is contained in:
Max Wipfli
2025-08-17 15:01:00 +02:00
committed by Wolfgang Walther
parent 32d1a8095a
commit ce15db64e6

View File

@@ -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"
];