tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gtkradiant: fix GCC 14 build
FliegendeWurst
1 year ago
fa5f8ef6
d9e98537
+3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
gt
gtkradiant
package.nix
+3
pkgs/by-name/gt/gtkradiant/package.nix
···
234
234
235
235
enableParallelBuilding = true;
236
236
237
237
+
# GCC 14 makes these errors by default
238
238
+
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration -Wno-error=int-conversion";
239
239
+
237
240
desktopItems = [
238
241
(makeDesktopItem {
239
242
name = "gtkradiant";