diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-11-21 23:27:06 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-11-22 09:43:54 +0100 |
commit | 3954780bfb99af3034622c24332dcb13b95fb5d6 (patch) | |
tree | 34298a219c5df453257cb8ae2d5271c76bd6ea8d /gnu | |
parent | 220669a022f5c064aacd416ca0f16dfb1f3a8976 (diff) | |
download | guix-3954780bfb99af3034622c24332dcb13b95fb5d6.tar guix-3954780bfb99af3034622c24332dcb13b95fb5d6.tar.gz |
gnu: gnome-keyring: Mark as 64-bit-only.
* gnu/packages/gnome.scm (gnome-keyring)[supported-systems]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 5 insertions, 0 deletions
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: <https://gitlab.gnome.org/GNOME/gnome-keyring/-/issues/124>. + (supported-systems %64bit-supported-systems) + (home-page "https://www.gnome.org") (synopsis "Daemon to store passwords and encryption keys") (description |