mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
gdl: suppress gcc14 warning (#404197)
This commit is contained in:
commit
fb672a7674
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue