gnu: dconf: Enable tests.

* gnu/packages/gnome.scm (dconf)[arguments]: Enable tests.
This commit is contained in:
Brice Waegeneire 2020-05-21 15:55:13 +02:00 committed by Marius Bakke
parent 8ab70bae52
commit 8bfda3df43
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -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")