unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57908] [PATCH] gnu: quodlibet: Fix build.
@ 2022-09-18 14:21 Remco van 't Veer
  2022-09-30 13:50 ` bug#57908: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Remco van 't Veer @ 2022-09-18 14:21 UTC (permalink / raw)
  To: 57908; +Cc: Remco van 't Veer

Some tests fail because adwaita-icon-theme doesn't ship legacy icons
anymore since version 42.  Application runs fine without visual defects.

* gnu/packages/music.scm (quodlibet): Skip trayicon tests.
---
 gnu/packages/music.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 66b4beae0c..bb6ff3efbd 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6784,7 +6784,9 @@ (define-public quodlibet
                           "--ignore=tests/test_browsers_iradio.py"
                           ;; broken upstream
                           "--disable-warnings"
-                          "--ignore=tests/quality")
+                          "--ignore=tests/quality"
+                          ;; missing legacy icons in adwaita-icon-theme
+                          "--ignore=tests/plugin/test_trayicon.py")
                   (format #t "test suite not run~%"))))
           (add-after 'install 'glib-or-gtk-wrap ; ensure icons loaded
             (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap))

base-commit: d7e56aebec4535f3567c362b6084818873e54b0d
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57908: [PATCH] gnu: quodlibet: Fix build.
  2022-09-18 14:21 [bug#57908] [PATCH] gnu: quodlibet: Fix build Remco van 't Veer
@ 2022-09-30 13:50 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-30 13:50 UTC (permalink / raw)
  To: Remco van 't Veer; +Cc: 57908-done


> * gnu/packages/music.scm (quodlibet): Skip trayicon tests.

Applied, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-30 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-18 14:21 [bug#57908] [PATCH] gnu: quodlibet: Fix build Remco van 't Veer
2022-09-30 13:50 ` bug#57908: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).