Revert "root: enable parallel building"

This reverts commit 2991fdca52.
Hydra builds often report missing various files.

(cherry picked from commit ee1a10ee6b)
This commit is contained in:
Vladimír Čunát
2016-05-26 16:27:59 +02:00
parent 3fa87b52cd
commit e2f484f780

View File

@@ -17,8 +17,6 @@ stdenv.mkDerivation rec {
]
++ stdenv.lib.optional (stdenv.cc.libc != null) "-DC_INCLUDE_DIRS=${stdenv.cc.libc}/include";
enableParallelBuilding = true;
meta = {
homepage = "https://root.cern.ch/";
description = "A data analysis framework";