mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: ots: Build sequentially.
* gnu/packages/ots.scm (ots)[arguments]: New field.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user