tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxPackages.shufflecake: fix build with gcc 14
eljamm
9 months ago
3a9486b0
b6df7be4
+3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
shufflecake
default.nix
+3
pkgs/os-specific/linux/shufflecake/default.nix
···
27
27
"KERNEL_DIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
28
28
];
29
29
30
30
+
# GCC 14 makes this an error by default, remove when fixed upstream
31
31
+
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
32
32
+
30
33
outputs = [
31
34
"out"
32
35
"bin"