Skip to content

Commit

Permalink
gtkradiant: fix GCC 14 build (#373477)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 13, 2025
2 parents 8f60352 + fa5f8ef commit 2badf06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/gt/gtkradiant/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2badf06

Please sign in to comment.