~ruther/guix-local

a69bc0103da0ffd2247cc426a8835b6b87eb79f4 — Ludovic Courtès 11 years ago 573a355
gnu: ots: Build sequentially.

* gnu/packages/ots.scm (ots)[arguments]: New field.
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/ots.scm
M gnu/packages/ots.scm => gnu/packages/ots.scm +4 -0
@@ 45,6 45,10 @@
        (list (search-patch "ots-no-include-missing-file.patch")))))

    (build-system gnu-build-system)
    (arguments
     ;; With '-jN', the rule to build the 'ots' command can be triggered
     ;; before libots-1.la has been built.
     '(#:parallel-build? #f))
    (inputs
      `(("glib" ,glib)
        ("popt" ,popt)