lol

nas: fix build with gcc14

+6
+6
pkgs/by-name/na/nas/package.nix
··· 45 "World" 46 ]; 47 48 installFlags = [ 49 "LDLIBS=-lfl" 50 "DESTDIR=${placeholder "out"}"
··· 45 "World" 46 ]; 47 48 + env.NIX_CFLAGS_COMPILE = toString [ 49 + "-Wno-error=implicit-function-declaration" 50 + "-Wno-error=implicit-int" 51 + "-Wno-error=incompatible-pointer-types" 52 + ]; 53 + 54 installFlags = [ 55 "LDLIBS=-lfl" 56 "DESTDIR=${placeholder "out"}"