root: enable parallel building
This commit is contained in:
parent
630dc74638
commit
2991fdca52
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [ ./cmake.patch ];
|
patches = [ ./cmake.patch ];
|
||||||
patchFlags = "-p0";
|
patchFlags = "-p0";
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://root.cern.ch/drupal/";
|
homepage = "http://root.cern.ch/drupal/";
|
||||||
description = "A data analysis framework";
|
description = "A data analysis framework";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user