Revert "root: enable parallel building"
This reverts commit 2991fdca52ce43218f166c706114ab294dd21b3c. 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…
x
Reference in New Issue
Block a user