cdesktopenv: disable parallel build
This commit is contained in:
parent
049e715ba7
commit
3d6155a8a7
@ -46,6 +46,8 @@ in stdenv.mkDerivation rec {
|
||||
bison ncompress gawk autoPatchelfHook makeWrapper fakeroot
|
||||
rpcsvc-proto
|
||||
];
|
||||
# build fails otherwise
|
||||
enableParallelBuilding = false;
|
||||
|
||||
makeFlags = [
|
||||
"World"
|
||||
|
Loading…
Reference in New Issue
Block a user