gnu: gtk+@2: Return #t from all phases.

* gnu/packages/gtk.scm (gtk+-2)[arguments]: Return #t from
the 'disable-tests' phase.
This commit is contained in:
Mark H Weaver 2018-03-23 02:38:33 -04:00
parent b17f723846
commit 31ca09011a
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -648,7 +648,8 @@ (define-public gtk+-2
(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