guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gnome-color-manager: Fix loading of icons.


From: guix-commits
Subject: 01/04: gnu: gnome-color-manager: Fix 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 6b738e1e54b1d95e465638c709506a14ef3384df
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Aug 27 15:58:16 2020 -0400

    gnu: gnome-color-manager: Fix loading of icons.
    
    * gnu/packages/gnome.scm (gnome-color-manager) [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 9803223..898f513 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1251,6 +1251,8 @@ documentation.")
        ("gtk+" ,gtk+)
        ("libcanberra" ,libcanberra)
        ("lcms" ,lcms)))
+    (propagated-inputs
+     `(("dconf" ,dconf)))
     (synopsis "Color profile manager for the GNOME desktop")
     (description "GNOME Color Manager is a session framework that makes it easy
 to manage, install and generate color profiles in the GNOME desktop.")



reply via email to

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