me
/
guix
Archived
1
0
Fork 0

Revert "gnu: gtk+: Skip test that requires SVG support on non-x86_64."

This reverts commit fa35a5f649, which is
redundant with 8a8e491258.
master
Ludovic Courtès 2021-11-26 10:53:24 +01:00
parent a41aea131a
commit 96d3c3eee8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 6 deletions

View File

@ -1061,12 +1061,6 @@ application suites.")
(substitute* "testsuite/reftests/Makefile.in"
(("TEST_PROGS = gtk-reftest")
"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))
(add-before 'check 'pre-check
(lambda _