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:
parent
b17f723846
commit
31ca09011a
|
@ -648,7 +648,8 @@ is part of the GNOME accessibility project.")
|
||||||
(lambda _
|
(lambda _
|
||||||
;; FIXME: re-enable tests requiring an X server
|
;; FIXME: re-enable tests requiring an X server
|
||||||
(substitute* "gtk/Makefile.in"
|
(substitute* "gtk/Makefile.in"
|
||||||
(("SUBDIRS = theme-bits . tests") "SUBDIRS = theme-bits .")))
|
(("SUBDIRS = theme-bits . tests") "SUBDIRS = theme-bits ."))
|
||||||
|
#t)
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
|
|
Loading…
Reference in New Issue