gnu: ots: Build sequentially.
* gnu/packages/ots.scm (ots)[arguments]: New field.
This commit is contained in:
parent
573a35541f
commit
a69bc0103d
|
@ -45,6 +45,10 @@
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in New Issue