me
/
guix
Archived
1
0
Fork 0

gnu: ots: Build sequentially.

* gnu/packages/ots.scm (ots)[arguments]: New field.
master
Ludovic Courtès 2014-09-20 23:14:48 +02:00
parent 573a35541f
commit a69bc0103d
1 changed files with 4 additions and 0 deletions

View File

@ -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)