From 8bfda3df43cd9113b0a45b8be971d5a0bbeeb69a Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Thu, 21 May 2020 15:55:13 +0200 Subject: gnu: dconf: Enable tests. * gnu/packages/gnome.scm (dconf)[arguments]: Enable tests. --- gnu/packages/gnome.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 213eacecd7..d7ec21a8ae 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3518,9 +3518,7 @@ (define-public dconf ("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") -- cgit v1.2.3