mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: lablgtk: Build sequentially.
* gnu/packages/ocaml.scm (lablgtk)[arguments]: Add #:parallel-build? #f.
This commit is contained in:
parent
eed588d997
commit
ef89cb4263
1 changed files with 5 additions and 0 deletions
|
@ -460,6 +460,11 @@ (define-public lablgtk
|
||||||
("librsvg" ,librsvg)))
|
("librsvg" ,librsvg)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
|
||||||
|
;; Occasionally we would get "Error: Unbound module GtkThread" when
|
||||||
|
;; compiling 'gtkThInit.ml', with 'make -j'. So build sequentially.
|
||||||
|
#:parallel-build? #f
|
||||||
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Loading…
Reference in a new issue