mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: gengetopt: Disable parallel tests.
* gnu/packages/popt.scm (gengetopt)[arguments]: Add #:parallel-tests? #f.
This commit is contained in:
parent
f8460d26ab
commit
7d1986c49f
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ (define-public gengetopt
|
||||||
"1xq1kcfs6hri101ss4dhym0jn96z4v6jdvx288mfywadc245mc1h"))))
|
"1xq1kcfs6hri101ss4dhym0jn96z4v6jdvx288mfywadc245mc1h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #f)) ; not supported
|
`(#:parallel-build? #f ; not supported
|
||||||
|
#:parallel-tests? #f)) ; likewise
|
||||||
(synopsis "Create parsers for command line options")
|
(synopsis "Create parsers for command line options")
|
||||||
(description
|
(description
|
||||||
"GNU Gengetopt is a program to generate a C/C++ function for parsing
|
"GNU Gengetopt is a program to generate a C/C++ function for parsing
|
||||||
|
|
Loading…
Reference in a new issue