guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gengetopt: Disable parallel tests.


From: Marius Bakke
Subject: 01/02: gnu: gengetopt: Disable parallel tests.
Date: Thu, 1 Feb 2018 15:35:56 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7d1986c49f78a4a8120af1b6ee1251beccc6f92e
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 1 14:44:01 2018 +0100

    gnu: gengetopt: Disable parallel tests.
    
    * gnu/packages/popt.scm (gengetopt)[arguments]: Add #:parallel-tests? #f.
---
 gnu/packages/popt.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/popt.scm b/gnu/packages/popt.scm
index fbee08b..5da2bb1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]