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

gnu: ots: Build sequentially.

* gnu/packages/ots.scm (ots)[arguments]: New field.
parent 573a3554
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,10 @@ (define-public ots ...@@ -45,6 +45,10 @@ (define-public ots
(list (search-patch "ots-no-include-missing-file.patch"))))) (list (search-patch "ots-no-include-missing-file.patch")))))
(build-system gnu-build-system) (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 (inputs
`(("glib" ,glib) `(("glib" ,glib)
("popt" ,popt) ("popt" ,popt)
......
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