linuxPackages.shufflecake: fix build with gcc 14

eljamm 3a9486b0 b6df7be4

+3
+3
pkgs/os-specific/linux/shufflecake/default.nix
··· 27 27 "KERNEL_DIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" 28 28 ]; 29 29 30 + # GCC 14 makes this an error by default, remove when fixed upstream 31 + env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types"; 32 + 30 33 outputs = [ 31 34 "out" 32 35 "bin"