unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65480] [PATCH] home: services: redshift: Use redshift package specified in configuration
@ 2023-08-23 22:35 Kjartan Oli Agustsson
  2023-09-14 13:53 ` bug#65480: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Kjartan Oli Agustsson @ 2023-08-23 22:35 UTC (permalink / raw)
  To: 65480; +Cc: Kjartan Oli Agustsson

* gnu/home/services/desktop.scm (redshift-shepherd-service): Use the redshift
package specified by config.
---
 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 @@ (define (redshift-shepherd-service config)
          ;; 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))))))

base-commit: e318b62df361624e3bac70f658bcf5600ba5ca79
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65480: [PATCH] home: services: redshift: Use redshift package specified in configuration
  2023-08-23 22:35 [bug#65480] [PATCH] home: services: redshift: Use redshift package specified in configuration Kjartan Oli Agustsson
@ 2023-09-14 13:53 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-09-14 13:53 UTC (permalink / raw)
  To: Kjartan Oli Agustsson; +Cc: paren, 65480-done, Andrew Tropin

Hi,

Kjartan Oli Agustsson <kjartanoli@outlook.com> skribis:

> * gnu/home/services/desktop.scm (redshift-shepherd-service): Use the redshift
> package specified by config.

Good catch!  Applied, thanks.

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-14 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-23 22:35 [bug#65480] [PATCH] home: services: redshift: Use redshift package specified in configuration Kjartan Oli Agustsson
2023-09-14 13:53 ` bug#65480: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).