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
19
nativeBuildInputs = [ libtool automake autoconf flex ];
20
20
buildInputs = [ xorgproto motif libX11 libXt libXpm bison ];
21
21
22
22
+
# Disable parallel build, errors:
23
23
+
# ./pat_decl_y.y:736:5: error: expected '=', ...
24
24
+
enableParallelBuilding = false;
25
25
+
22
26
ALLIANCE_TOP = placeholder "out";
23
27
24
28
configureFlags = [