fixup! onedriver: fix systemd service (closes #291608)
This commit is contained in:
parent
3e153863b5
commit
baf6a41e9f
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
, fuse
|
||||
, installShellFiles
|
||||
, wrapGAppsHook
|
||||
, wrapperDir ? "/run/wrappers/bin"
|
||||
}:
|
||||
let
|
||||
pname = "onedriver";
|
||||
|
@ -51,7 +52,7 @@ buildGoModule {
|
|||
|
||||
substituteInPlace $out/lib/systemd/user/onedriver@.service \
|
||||
--replace "/usr/bin/onedriver" "$out/bin/onedriver" \
|
||||
--replace "/usr/bin/fusermount" "${fuse}/bin/fusermount"
|
||||
--replace "/usr/bin/fusermount" "${wrapperDir}/fusermount"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue