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 21:50:03 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 806bc1b04d2aba34f6fe04f510b0375325d28a76
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 05e94f8537..94a8016880 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]