guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: gedit: Build sequentially.


From: guix-commits
Subject: 01/05: gnu: gedit: Build sequentially.
Date: Sun, 8 Dec 2019 17:14:18 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit d9b4022c6fd6844e42aaa503d3118bf3e3a0a441
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 8 14:45:37 2019 +0100

    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 7bac145..94c0d30 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]