texlive.bin.core-big: fix parallel build
This commit is contained in:
parent
876e7e2883
commit
c6eba2cd00
1 changed files with 6 additions and 0 deletions
|
@ -185,6 +185,12 @@ core-big = stdenv.mkDerivation { #TODO: upmendex
|
|||
|
||||
mkdir -p "$path" && cd "$path"
|
||||
"../../../$path/configure" $configureFlags $extraConfig
|
||||
|
||||
if [[ "$path" =~ "libs/pplib" ]]; then
|
||||
# TODO: revert for texlive 2022
|
||||
# ../../../texk/web2c/luatexdir/luamd5/md5lib.c:197:10: fatal error: 'utilsha.h' file not found
|
||||
make ''${enableParallelBuilding:+-j''${NIX_BUILD_CORES} -l''${NIX_BUILD_CORES}}
|
||||
fi
|
||||
)
|
||||
done
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue