guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dconf: Enable tests.


From: guix-commits
Subject: 01/01: gnu: dconf: Enable tests.
Date: Sat, 23 May 2020 16:05:13 -0400 (EDT)

bricewge pushed a commit to branch staging-next
in repository guix.

commit 27106f465382fc95f0f19e1cd3147cab5716a173
Author: Brice Waegeneire <address@hidden>
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 e4bb056..834ebe0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3417,9 +3417,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]