root: enable parallel building
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user