cdesktopenv: disable parallel build

This commit is contained in:
FliegendeWurst 2022-02-02 12:03:03 +01:00
parent 049e715ba7
commit 3d6155a8a7

View file

@ -46,6 +46,8 @@ in stdenv.mkDerivation rec {
bison ncompress gawk autoPatchelfHook makeWrapper fakeroot
rpcsvc-proto
];
# build fails otherwise
enableParallelBuilding = false;
makeFlags = [
"World"