mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -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)))
|
||||
(arguments
|
||||
`(#: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
|
||||
(modify-phases %standard-phases
|
||||
(replace 'install
|
||||
|
|
Loading…
Reference in a new issue