mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -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"))))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue