alliance: disable parallel build

main
FliegendeWurst 2 years ago
parent 3a1c21cd5b
commit a43431f376
  1. 4
      pkgs/applications/science/electronics/alliance/default.nix

@ -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…
Cancel
Save