guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gnome-control-center: Fox loading of icons.


From: guix-commits
Subject: 02/04: gnu: gnome-control-center: Fox loading of icons.
Date: Sat, 29 Aug 2020 03:14:28 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit c51d2b86df9ed6a6303e81faa72fcacbf72892e6
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Aug 27 16:24:11 2020 -0400

    gnu: gnome-control-center: Fox loading of icons.
    
    * gnu/packages/gnome.scm (gnome-control-center) [propagated-inputs]: Add 
dconf.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 898f513..201a772 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9700,6 +9700,8 @@ integration with the GNOME desktop environment.")
        ("upower-glib" ,upower)
        ("x11" ,libx11)
        ("xi" ,libxi)))
+    (propagated-inputs
+    `(("dconf" ,dconf)))
     (synopsis "GNOME Settings")
     (description "GNOME-Control-Center is the GNOME's main interface for
 configuration of various aspects of your desktop.")



reply via email to

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