Skip to content

Commit 2badf06

Browse files
gtkradiant: fix GCC 14 build (NixOS#373477)
2 parents 8f60352 + fa5f8ef commit 2badf06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/gt/gtkradiant/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ stdenv.mkDerivation rec {
234234

235235
enableParallelBuilding = true;
236236

237+
# GCC 14 makes these errors by default
238+
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration -Wno-error=int-conversion";
239+
237240
desktopItems = [
238241
(makeDesktopItem {
239242
name = "gtkradiant";

0 commit comments

Comments
 (0)