forked from mirrors/nixpkgs
Revert "root: enable parallel building"
This reverts commit 2991fdca52
.
Hydra builds often report missing various files.
This commit is contained in:
parent
8fbdb40ef0
commit
ee1a10ee6b
|
@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
|
||||||
]
|
]
|
||||||
++ stdenv.lib.optional (stdenv.cc.libc != null) "-DC_INCLUDE_DIRS=${stdenv.cc.libc}/include";
|
++ stdenv.lib.optional (stdenv.cc.libc != null) "-DC_INCLUDE_DIRS=${stdenv.cc.libc}/include";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://root.cern.ch/";
|
homepage = "https://root.cern.ch/";
|
||||||
description = "A data analysis framework";
|
description = "A data analysis framework";
|
||||||
|
|
Loading…
Reference in a new issue