ibus: don't build ui/gtk3 in parallel (#458035)

This commit is contained in:
Thomas Tuegel
2025-11-10 23:55:57 +00:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -88,6 +88,8 @@ stdenv.mkDerivation (finalAttrs: {
PYTHON = null;
})
./build-without-dbus-launch.patch
# https://github.com/NixOS/nixpkgs/issues/230290
./vala-parallelism.patch
];
outputs = [
@@ -0,0 +1,13 @@
diff --git a/ui/gtk3/Makefile.am b/ui/gtk3/Makefile.am
index 3ada6501..2066a8f5 100644
--- a/ui/gtk3/Makefile.am
+++ b/ui/gtk3/Makefile.am
@@ -304,6 +304,8 @@ panelbinding.o: $(srcdir)/panelbinding.c
$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
$(NULL)
+.NOTPARALLEL:
+
MAINTAINERCLEANFILES += extension.c panelbinding.c
man_seven_DATA = ibus-emoji.7