diff options
-rw-r--r-- | gnu/packages/ots.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/ots.scm b/gnu/packages/ots.scm index cd2bf8585b..4404841375 100644 --- a/gnu/packages/ots.scm +++ b/gnu/packages/ots.scm @@ -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) |