gammastep: fix systemd unit directory

This commit is contained in:
éclairevoyant 2023-10-23 02:04:11 -04:00
parent 36824b3f61
commit e6eac90f89
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -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"
];