guix-commits
[Top][All Lists]
Advanced

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

27/107: gnu: libsecret: Update to 0.20.3.


From: guix-commits
Subject: 27/107: gnu: libsecret: Update to 0.20.3.
Date: Tue, 12 May 2020 10:53:12 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 328a0b3b14d0b32c3c69e89dc78275c60ea365a0
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Apr 18 17:24:31 2020 -0400

    gnu: libsecret: Update to 0.20.3.
    
    * gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
---
 gnu/packages/gnome.scm | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 92d9679..03c65cc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3741,7 +3741,9 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments
-     `(#:tests? #f ; FIXME: Testing hangs.
+     `(;; Tests fail because "/var/lib/dbus/machine-id" and "/etc/machine-id" 
are
+       ;; inaccessible from within the build environment.
+       #:tests? #f
        #:configure-flags
        (list (string-append "--with-html-dir="
                             (assoc-ref %outputs "doc")
@@ -3754,12 +3756,12 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
        ("vala" ,vala)
        ("xsltproc" ,libxslt)))
        ;; These are needed for the tests.
-       ;; FIXME: Add gjs once available.
-       ;("dbus" ,dbus)
-       ;("python2" ,python-2)
-       ;("python2-dbus" ,python2-dbus)
-       ;("python2-pygobject" ,python2-pygobject)
-       ;("python2-pygobject-2" ,python2-pygobject-2)))
+       ;;("gjs" ,gjs)
+       ;;("dbus" ,dbus)
+       ;;("python" ,python)
+       ;;("python-dbus" ,python-dbus)
+       ;;("python-pygobject" ,python-pygobject)
+       ;;("xorg-server" ,xorg-server-for-tests)))
     (propagated-inputs
      `(("glib" ,glib))) ; required by libsecret-1.pc
     (inputs



reply via email to

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