guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: Revert "gnu: gtk+: Skip test that re


From: guix-commits
Subject: branch core-updates-frozen updated: Revert "gnu: gtk+: Skip test that requires SVG support on non-x86_64."
Date: Fri, 26 Nov 2021 05:07:45 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 96d3c3e  Revert "gnu: gtk+: Skip test that requires SVG support on 
non-x86_64."
96d3c3e is described below

commit 96d3c3eee85f3745da29fd9bd74846a53509f804
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Nov 26 10:53:24 2021 +0100

    Revert "gnu: gtk+: Skip test that requires SVG support on non-x86_64."
    
    This reverts commit fa35a5f649518a5c3e41aec796ee9b6b852d93c0, which is
    redundant with 8a8e491258adadcb6983a4051fa71e60c0dd7849.
---
 gnu/packages/gtk.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index e264166..e8ac0b7 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]