root: enable parallel building

This commit is contained in:
Peter Simons 2014-01-20 18:26:32 +01:00
parent 630dc74638
commit 2991fdca52

View file

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
patches = [ ./cmake.patch ];
patchFlags = "-p0";
enableParallelBuilding = true;
meta = {
homepage = "http://root.cern.ch/drupal/";
description = "A data analysis framework";