diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-20 17:36:56 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-20 17:36:56 +0100 |
commit | 7f69459aca16756f35f08049c64a1bd77d23f33e (patch) | |
tree | 1d267fb62feab89de5d97582672540cbaa37392c /gnu/packages/popt.scm | |
parent | 4a82722a658220ec1e10f9f2d5d77407d38db90e (diff) | |
parent | b1989c12501e880afab62d3ff961791906fef350 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/popt.scm')
-rw-r--r-- | gnu/packages/popt.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/popt.scm b/gnu/packages/popt.scm index fbee08bd0b..5da2bb1d3f 100644 --- a/gnu/packages/popt.scm +++ b/gnu/packages/popt.scm @@ -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 |