gnu: lablgtk: Build sequentially.
authorLudovic Courtès <ludo@gnu.org>
Sat, 31 Oct 2015 11:26:43 +0000 (12:26 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 31 Oct 2015 11:26:43 +0000 (12:26 +0100)
* gnu/packages/ocaml.scm (lablgtk)[arguments]: Add #:parallel-build? #f.

gnu/packages/ocaml.scm

index fc45805..ee4e783 100644 (file)
@@ -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