uim: enableParallelBuilding = false

Most of the time is wasted in autohell scripts anyays and it doesn't work: the
build fails to relink some objects.

Explicitly disable parallel building.
This commit is contained in:
Atemu
2025-01-04 20:25:05 +01:00
parent 7d7822699b
commit 72a3f36080
+2
View File
@@ -181,6 +181,8 @@ stdenv.mkDerivation rec {
export XDG_DATA_DIRS="${shared-mime-info}/share"
'';
enableParallelBuilding = false;
dontUseCmakeConfigure = true;
meta = with lib; {