mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
root: enable parallel building
This commit is contained in:
parent
630dc74638
commit
2991fdca52
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue