tinycc: parallel building

This commit is contained in:
Joachim Fasting
2019-05-05 10:08:06 +02:00
parent 06b4f4d46f
commit 8b1000432b

View File

@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "fortify" ];
enableParallelBuilding = true;
postPatch = ''
substituteInPlace "texi2pod.pl" \
--replace "/usr/bin/perl" "${perl}/bin/perl"