mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: gnome-keyring: Mark as 64-bit-only.
* gnu/packages/gnome.scm (gnome-keyring)[supported-systems]: New field.
This commit is contained in:
parent
220669a022
commit
3954780bfb
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue