tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nas: fix build with gcc14
Weijia Wang
1 year ago
6f451c54
9ceb1173
+6
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
na
nas
package.nix
+6
pkgs/by-name/na/nas/package.nix
···
45
45
"World"
46
46
];
47
47
48
48
+
env.NIX_CFLAGS_COMPILE = toString [
49
49
+
"-Wno-error=implicit-function-declaration"
50
50
+
"-Wno-error=implicit-int"
51
51
+
"-Wno-error=incompatible-pointer-types"
52
52
+
];
53
53
+
48
54
installFlags = [
49
55
"LDLIBS=-lfl"
50
56
"DESTDIR=${placeholder "out"}"