gammastep: fix systemd unit directory

+1 -1
+1 -1
pkgs/applications/misc/redshift/default.nix
··· 43 "--enable-quartz=${if withQuartz then "yes" else "no"}" 44 "--enable-corelocation=${if withCoreLocation then "yes" else "no"}" 45 ] ++ lib.optionals (pname == "gammastep") [ 46 - "--with-systemduserunitdir=${placeholder "out"}/share/systemd/user/" 47 "--enable-apparmor" 48 ]; 49
··· 43 "--enable-quartz=${if withQuartz then "yes" else "no"}" 44 "--enable-corelocation=${if withCoreLocation then "yes" else "no"}" 45 ] ++ lib.optionals (pname == "gammastep") [ 46 + "--with-systemduserunitdir=${placeholder "out"}/lib/systemd/user/" 47 "--enable-apparmor" 48 ]; 49