tinycc: parallel building

This commit is contained in:
Joachim Fasting 2019-05-05 10:08:06 +02:00
parent 06b4f4d46f
commit 8b1000432b
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294
1 changed files with 2 additions and 0 deletions

View File

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