guix-commits
[Top][All Lists]
Advanced

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

25/66: gnu: address@hidden: Return #t from all phases.


From: Mark H. Weaver
Subject: 25/66: gnu: address@hidden: Return #t from all phases.
Date: Fri, 23 Mar 2018 04:46:43 -0400 (EDT)

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

commit 31ca09011a5883fbc47a8684ede22da2ab16bf7f
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 23 02:38:33 2018 -0400

    gnu: address@hidden: Return #t from all phases.
    
    * gnu/packages/gtk.scm (gtk+-2)[arguments]: Return #t from
    the 'disable-tests' phase.
---
 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 2fd1fbb..98f2fa1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -648,7 +648,8 @@ is part of the GNOME accessibility project.")
        (lambda _
          ;; FIXME: re-enable tests requiring an X server
          (substitute* "gtk/Makefile.in"
-           (("SUBDIRS = theme-bits . tests") "SUBDIRS = theme-bits .")))
+           (("SUBDIRS = theme-bits . tests") "SUBDIRS = theme-bits ."))
+         #t)
        %standard-phases)))
    (native-search-paths
     (list (search-path-specification



reply via email to

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