~ruther/guix-local

ef89cb4263e14887385ef8240b040be052c741c1 — Ludovic Courtès 10 years ago eed588d
gnu: lablgtk: Build sequentially.

* gnu/packages/ocaml.scm (lablgtk)[arguments]: Add #:parallel-build? #f.
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +5 -0
@@ 460,6 460,11 @@ provers.")
       ("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