gdl: suppress gcc14 warning (#404197)

This commit is contained in:
Robert Scott 2025-05-05 14:40:46 +01:00 committed by GitHub
commit fb672a7674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
sha256 = "NkHU/WadHhgYrv88+f+3iH/Fw2eFC3jCjHdeukq2pVU=";
};
env = lib.optionalAttrs stdenv.cc.isGNU {
# https://gitlab.gnome.org/Archive/gdl/-/issues/9
NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
};
nativeBuildInputs = [
pkg-config
intltool