From 3954780bfb99af3034622c24332dcb13b95fb5d6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 21 Nov 2022 23:27:06 +0100 Subject: gnu: gnome-keyring: Mark as 64-bit-only. * gnu/packages/gnome.scm (gnome-keyring)[supported-systems]: New field. --- gnu/packages/gnome.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 78e65d7400..9cebf618e0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2594,6 +2594,11 @@ GNOME Desktop.") python-wrapper)) ;for tests (propagated-inputs (list gcr)) + + ;; XXX: There are concerning test failures on i686-linux and other 32-bit + ;; platforms: . + (supported-systems %64bit-supported-systems) + (home-page "https://www.gnome.org") (synopsis "Daemon to store passwords and encryption keys") (description -- cgit v1.2.3