gtkradiant: fix GCC 14 build (#373477)

This commit is contained in:
Arne Keller
2025-01-13 16:30:33 +01:00
committed by GitHub
+3
View File
@@ -234,6 +234,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
# GCC 14 makes these errors by default
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration -Wno-error=int-conversion";
desktopItems = [
(makeDesktopItem {
name = "gtkradiant";