ats2: disable parallel build
This commit is contained in:
parent
79c5bf1d86
commit
c4da493b24
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue