summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index df6f2944e9..85643624fd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11474,14 +11474,6 @@ tabs, and it supports drag and drop re-ordering of terminals.")
(search-input-file inputs
"/xml/dtd/docbook/docbookx.dtd"))))
(find-files "doc" "\\.xml"))))
- ,@(if (target-x86-64?)
- '()
- '((add-after 'unpack 'skip-test-that-requires-svg
- (lambda _
- ;; On non-x86-64, gdk-pixbuf lacks librsvg support, so
- ;; skip the test that requires it.
- (substitute* "tests/meson.build"
- (("'test-avatar',") ""))))))
(add-before 'check 'pre-check
(lambda _
;; Tests require a running X server.