tinycc: parallel building
This commit is contained in:
parent
06b4f4d46f
commit
8b1000432b
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace "texi2pod.pl" \
|
||||
--replace "/usr/bin/perl" "${perl}/bin/perl"
|
||||
|
|
Loading…
Reference in New Issue