lol

nas: fix build with gcc14

+6
+6
pkgs/by-name/na/nas/package.nix
··· 45 45 "World" 46 46 ]; 47 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 + 48 54 installFlags = [ 49 55 "LDLIBS=-lfl" 50 56 "DESTDIR=${placeholder "out"}"