tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
aprx: fix build with gcc 14
Sigmanificient
11 months ago
fb482d73
37acb94c
+5
-7
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ap
aprx
package.nix
+5
-7
pkgs/by-name/ap/aprx/package.nix
···
18
19
nativeBuildInputs = [ perl ];
20
21
-
env.NIX_CFLAGS_COMPILE = toString (
22
-
[
23
-
"-fcommon"
24
-
"-O2"
25
-
]
26
-
++ lib.optional stdenv.cc.isClang "-Wno-error=implicit-int"
27
-
);
28
29
configureFlags = [
30
"--with-erlangstorage"
···
18
19
nativeBuildInputs = [ perl ];
20
21
+
env.NIX_CFLAGS_COMPILE = toString ([
22
+
"-fcommon"
23
+
"-O2"
24
+
"-Wno-implicit-int" # clang, gcc 14
25
+
]);
0
0
26
27
configureFlags = [
28
"--with-erlangstorage"