From e6eac90f894d9f7dfa963b5fb138ea28e9e68298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Mon, 23 Oct 2023 02:04:11 -0400 Subject: [PATCH] gammastep: fix systemd unit directory --- pkgs/applications/misc/redshift/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/redshift/default.nix b/pkgs/applications/misc/redshift/default.nix index a8730bc6a014..7c2470ce1ae3 100644 --- a/pkgs/applications/misc/redshift/default.nix +++ b/pkgs/applications/misc/redshift/default.nix @@ -43,7 +43,7 @@ let "--enable-quartz=${if withQuartz then "yes" else "no"}" "--enable-corelocation=${if withCoreLocation then "yes" else "no"}" ] ++ lib.optionals (pname == "gammastep") [ - "--with-systemduserunitdir=${placeholder "out"}/share/systemd/user/" + "--with-systemduserunitdir=${placeholder "out"}/lib/systemd/user/" "--enable-apparmor" ];