guix-commits
[Top][All Lists]
Advanced

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

34/35: gnu: xfce4-settings: Enable colord support.


From: guix-commits
Subject: 34/35: gnu: xfce4-settings: Enable colord support.
Date: Sat, 28 Jan 2023 03:58:40 -0500 (EST)

iyzsong pushed a commit to branch wip-xfce
in repository guix.

commit 5ce696fcf52df79b2aa22d72e317403e04f198af
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Jan 28 16:52:27 2023 +0800

    gnu: xfce4-settings: Enable colord support.
    
    * gnu/packages/xfce.scm (xfce4-settings)[inputs]: Add colord.
---
 gnu/packages/xfce.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0aa341a57a..623d4ed65a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -697,7 +697,8 @@ allows you to shut down the computer from Xfce.")
     (native-inputs
      (list pkg-config intltool))
     (inputs
-     (list exo
+     (list colord
+           exo
            garcon
            libnotify
            libxcursor



reply via email to

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