gnu: gnome-keyring: Mark as 64-bit-only.

* gnu/packages/gnome.scm (gnome-keyring)[supported-systems]: New field.
This commit is contained in:
Ludovic Courtès 2022-11-21 23:27:06 +01:00
parent 220669a022
commit 3954780bfb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2594,6 +2594,11 @@ (define-public gnome-keyring
python-wrapper)) ;for tests python-wrapper)) ;for tests
(propagated-inputs (propagated-inputs
(list gcr)) (list gcr))
;; XXX: There are concerning test failures on i686-linux and other 32-bit
;; platforms: <https://gitlab.gnome.org/GNOME/gnome-keyring/-/issues/124>.
(supported-systems %64bit-supported-systems)
(home-page "https://www.gnome.org") (home-page "https://www.gnome.org")
(synopsis "Daemon to store passwords and encryption keys") (synopsis "Daemon to store passwords and encryption keys")
(description (description