guix-commits
[Top][All Lists]
Advanced

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

394/401: gnu: seed: Disable tests.


From: guix-commits
Subject: 394/401: gnu: seed: Disable tests.
Date: Tue, 18 Aug 2020 16:22:32 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 1519b591480b3dcd788885d44ce8686e2da3ee2c
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 06:06:09 2020 -0400

    gnu: seed: Disable tests.
    
    * gnu/packages/gnome.scm (seed) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 04c073d..8dab97b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -369,7 +369,8 @@ bindings.")
     (build-system glib-or-gtk-build-system)
     (outputs '("out" "doc"))
     (arguments
-     `(#:configure-flags
+     `(#:tests? #f ; FIXME
+       #:configure-flags
        (list
         "--disable-static"
         "--enable-xorg-module"



reply via email to

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