From d9b4022c6fd6844e42aaa503d3118bf3e3a0a441 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 8 Dec 2019 14:45:37 +0100 Subject: gnu: gedit: Build sequentially. * gnu/packages/gnome.scm (gedit)[arguments]: Pass #:parallel-build?. --- gnu/packages/gnome.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7bac1454f8..94c0d30602 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5251,6 +5251,10 @@ javascript engine and the GObject introspection framework.") ;; Otherwise, the RUNPATH will lack the final path component. (list (string-append "-Dc_link_args=-Wl,-rpath=" (assoc-ref %outputs "out") "/lib/gedit")) + + ;; XXX: Generated .h files are sometimes used before being built. + #:parallel-build? #f + #:phases (modify-phases %standard-phases (add-after 'unpack 'skip-gtk-update-icon-cache -- cgit 1.4.1