From 31ca09011a5883fbc47a8684ede22da2ab16bf7f Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 23 Mar 2018 02:38:33 -0400 Subject: [PATCH] gnu: gtk+@2: 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 2fd1fbbeaf..98f2fa1cfa 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