guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: dconf: Enable tests.


From: guix-commits
Subject: 01/03: gnu: dconf: Enable tests.
Date: Sat, 13 Jun 2020 17:18:32 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 8bfda3df43cd9113b0a45b8be971d5a0bbeeb69a
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Thu May 21 15:55:13 2020 +0200

    gnu: dconf: Enable tests.
    
    * gnu/packages/gnome.scm (dconf)[arguments]: Enable tests.
---
 gnu/packages/gnome.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 213eace..d7ec21a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3518,9 +3518,7 @@ and RDP protocols.")
        ("pkg-config" ,pkg-config)
        ("vala" ,vala)))
     (arguments
-     `(#:tests? #f ; To contact dbus it needs to load /var/lib/dbus/machine-id
-                   ; or /etc/machine-id.
-       #:glib-or-gtk? #t
+     `(#:glib-or-gtk? #t
        #:configure-flags '("-Denable-gtk-doc=true")))
     (home-page "https://developer.gnome.org/dconf/";)
     (synopsis "Low-level GNOME configuration system")



reply via email to

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