alliance: disable parallel build
This commit is contained in:
parent
3a1c21cd5b
commit
a43431f376
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ libtool automake autoconf flex ];
|
||||
buildInputs = [ xorgproto motif libX11 libXt libXpm bison ];
|
||||
|
||||
# Disable parallel build, errors:
|
||||
# ./pat_decl_y.y:736:5: error: expected '=', ...
|
||||
enableParallelBuilding = false;
|
||||
|
||||
ALLIANCE_TOP = placeholder "out";
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue