ats2: disable parallel build

main
FliegendeWurst 2 years ago
parent 79c5bf1d86
commit c4da493b24
  1. 4
      pkgs/development/compilers/ats2/default.nix

@ -36,6 +36,10 @@ stdenv.mkDerivation rec {
buildInputs = [ gmp ];
# Disable parallel build, errors:
# *** No rule to make target 'patscc.dats', needed by 'patscc_dats.c'. Stop.
enableParallelBuilding = false;
setupHook = with lib;
let
hookFiles =

Loading…
Cancel
Save