From 72a3f36080cc001c1454801492d4acb85f68a231 Mon Sep 17 00:00:00 2001 From: Atemu Date: Sat, 4 Jan 2025 20:13:26 +0100 Subject: [PATCH] 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. --- pkgs/tools/inputmethods/uim/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/inputmethods/uim/default.nix b/pkgs/tools/inputmethods/uim/default.nix index e8ebb749c097..c7d73bd0e266 100644 --- a/pkgs/tools/inputmethods/uim/default.nix +++ b/pkgs/tools/inputmethods/uim/default.nix @@ -181,6 +181,8 @@ stdenv.mkDerivation rec { export XDG_DATA_DIRS="${shared-mime-info}/share" ''; + enableParallelBuilding = false; + dontUseCmakeConfigure = true; meta = with lib; {