treewide: s,enableParallelBuild(s),enableParallelBuilding,g

This commit is contained in:
Joachim Fasting
2017-05-20 17:16:17 +02:00
parent 3a084a80e7
commit 874b81b31f
3 changed files with 3 additions and 3 deletions
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuild = true;
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A CAS for polynomial computations";