mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
gammastep: fix systemd unit directory
This commit is contained in:
parent
36824b3f61
commit
e6eac90f89
@ -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"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user