guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: gnome-keyring: Mark as 64-bit-only.


From: guix-commits
Subject: 02/07: gnu: gnome-keyring: Mark as 64-bit-only.
Date: Tue, 22 Nov 2022 03:48:18 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 3954780bfb99af3034622c24332dcb13b95fb5d6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 21 23:27:06 2022 +0100

    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(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]