gpu-screen-recorder: fix hardcoded binary in service (#532140)
This commit is contained in:
@@ -82,6 +82,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
}" \
|
||||
--prefix PATH : "${wrapperDir}" \
|
||||
--suffix PATH : "$out/bin"
|
||||
substituteInPlace $out/lib/systemd/user/gpu-screen-recorder.service \
|
||||
--replace-fail "ExecStart=gpu-screen-recorder" "ExecStart=$out/bin/gpu-screen-recorder"
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
Reference in New Issue
Block a user