gtkradiant: fix GCC 14 build

This commit is contained in:
FliegendeWurst
2025-01-13 15:53:00 +01:00
parent d9e9853753
commit fa5f8ef657
+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";