alliance: disable parallel build

+4
+4
pkgs/applications/science/electronics/alliance/default.nix
··· 19 nativeBuildInputs = [ libtool automake autoconf flex ]; 20 buildInputs = [ xorgproto motif libX11 libXt libXpm bison ]; 21 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 = [