guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gtk-doc: Disable parallel tests.


From: Andreas Enge
Subject: 02/02: gnu: gtk-doc: Disable parallel tests.
Date: Thu, 4 Aug 2016 10:47:00 +0000 (UTC)

andreas pushed a commit to branch master
in repository guix.

commit 6ad08117d9d98c969bee89e5b4c59e0d6bcf5a22
Author: Andreas Enge <address@hidden>
Date:   Thu Aug 4 12:45:34 2016 +0200

    gnu: gtk-doc: Disable parallel tests.
    
    * gnu/packages/gtk.scm (gtk-doc)[arguments]: Disable parallel tests.
---
 gnu/packages/gtk.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 55f8f02..21365b9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1200,7 +1200,8 @@ information.")
                 "0hpxcij9xx9ny3gs9p0iz4r8zslw8wqymbyababiyl7603a6x90y"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases
+     `(#:parallel-tests? #f
+       #:phases
        (modify-phases %standard-phases
          (add-before
              'configure 'fix-docbook



reply via email to

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