Skip to content
Snippets Groups Projects
Commit ef89cb42 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: lablgtk: Build sequentially.

* gnu/packages/ocaml.scm (lablgtk)[arguments]: Add #:parallel-build? #f.
parent eed588d9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment