gnu: gedit: Build sequentially.
* gnu/packages/gnome.scm (gedit)[arguments]: Pass #:parallel-build?.
This commit is contained in:
parent
cd4f3911c5
commit
d9b4022c6f
1 changed files with 4 additions and 0 deletions
|
@ -5251,6 +5251,10 @@ (define-public gedit
|
||||||
;; Otherwise, the RUNPATH will lack the final path component.
|
;; Otherwise, the RUNPATH will lack the final path component.
|
||||||
(list (string-append "-Dc_link_args=-Wl,-rpath="
|
(list (string-append "-Dc_link_args=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out") "/lib/gedit"))
|
(assoc-ref %outputs "out") "/lib/gedit"))
|
||||||
|
|
||||||
|
;; XXX: Generated .h files are sometimes used before being built.
|
||||||
|
#:parallel-build? #f
|
||||||
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'skip-gtk-update-icon-cache
|
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||||
|
|
Loading…
Reference in a new issue