texlive.bin.core-big: fix parallel build
This commit is contained in:
parent
876e7e2883
commit
c6eba2cd00
@ -185,6 +185,12 @@ core-big = stdenv.mkDerivation { #TODO: upmendex
|
|||||||
|
|
||||||
mkdir -p "$path" && cd "$path"
|
mkdir -p "$path" && cd "$path"
|
||||||
"../../../$path/configure" $configureFlags $extraConfig
|
"../../../$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
|
done
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user