tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
alliance: disable parallel build
FliegendeWurst
4 years ago
a43431f3
3a1c21cd
+4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
electronics
alliance
default.nix
+4
pkgs/applications/science/electronics/alliance/default.nix
···
19
nativeBuildInputs = [ libtool automake autoconf flex ];
20
buildInputs = [ xorgproto motif libX11 libXt libXpm bison ];
21
0
0
0
0
22
ALLIANCE_TOP = placeholder "out";
23
24
configureFlags = [
···
19
nativeBuildInputs = [ libtool automake autoconf flex ];
20
buildInputs = [ xorgproto motif libX11 libXt libXpm bison ];
21
22
+
# Disable parallel build, errors:
23
+
# ./pat_decl_y.y:736:5: error: expected '=', ...
24
+
enableParallelBuilding = false;
25
+
26
ALLIANCE_TOP = placeholder "out";
27
28
configureFlags = [