mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
Revert "gnu: gtk+: Skip test that requires SVG support on non-x86_64."
This reverts commitfa35a5f649
, which is redundant with8a8e491258
.
This commit is contained in:
parent
a41aea131a
commit
96d3c3eee8
1 changed files with 0 additions and 6 deletions
|
@ -1061,12 +1061,6 @@ (define-public gtk+
|
||||||
(substitute* "testsuite/reftests/Makefile.in"
|
(substitute* "testsuite/reftests/Makefile.in"
|
||||||
(("TEST_PROGS = gtk-reftest")
|
(("TEST_PROGS = gtk-reftest")
|
||||||
"TEST_PROGS = "))
|
"TEST_PROGS = "))
|
||||||
,@(if (target-x86-64?)
|
|
||||||
'()
|
|
||||||
;; The 'tree-relationships' test needs SVG support.
|
|
||||||
'((substitute* "testsuite/a11y/Makefile.in"
|
|
||||||
(("misc tree-relationships util")
|
|
||||||
"misc util"))))
|
|
||||||
#t))
|
#t))
|
||||||
(add-before 'check 'pre-check
|
(add-before 'check 'pre-check
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue