guix-commits
[Top][All Lists]
Advanced

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

01/09: home: services: redshift: Use redshift package specified in confi


From: guix-commits
Subject: 01/09: home: services: redshift: Use redshift package specified in configuration
Date: Thu, 14 Sep 2023 11:21:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2643fa3513ef93fc98a1bbf368f456b163fcf191
Author: Kjartan Oli Agustsson <kjartanoli@outlook.com>
AuthorDate: Wed Aug 23 22:35:11 2023 +0000

    home: services: redshift: Use redshift package specified in configuration
    
    * gnu/home/services/desktop.scm (redshift-shepherd-service): Use the 
redshift
    package specified by config.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/home/services/desktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/home/services/desktop.scm b/gnu/home/services/desktop.scm
index 626918fd9e..c4da116100 100644
--- a/gnu/home/services/desktop.scm
+++ b/gnu/home/services/desktop.scm
@@ -172,7 +172,7 @@ format."))
          ;; FIXME: This fails to start if Home is first activated from a
          ;; non-X11 session.
          (start #~(make-forkexec-constructor
-                   (list #$(file-append redshift "/bin/redshift")
+                   (list #$(file-append (home-redshift-configuration-redshift 
config) "/bin/redshift")
                          "-c" #$config-file)))
          (stop #~(make-kill-destructor))
          (actions (list (shepherd-configuration-action config-file))))))



reply via email to

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