gnu: gengetopt: Disable parallel tests.

* gnu/packages/popt.scm (gengetopt)[arguments]: Add #:parallel-tests? #f.
master
Marius Bakke 2018-02-01 14:44:01 +01:00
parent f8460d26ab
commit 7d1986c49f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,8 @@ appropriately.")
"1xq1kcfs6hri101ss4dhym0jn96z4v6jdvx288mfywadc245mc1h"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-build? #f)) ; not supported
`(#:parallel-build? #f ; not supported
#:parallel-tests? #f)) ; likewise
(synopsis "Create parsers for command line options")
(description
"GNU Gengetopt is a program to generate a C/C++ function for parsing