Skip to content

Commit

Permalink
mpv: fix umpv
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Jun 15, 2020
1 parent 9dcda45 commit 4da94b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/video/mpv/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let
;
umpvWrapperArgs = lib.strings.escapeShellArgs ([
"--argv0" "'$0'"
"--set" "MPV" "$out/bin/mpv"
"--set" "MPV" "${placeholder "out"}/bin/mpv"
] ++ extraUmpvWrapperArgs)
;
in
Expand Down

0 comments on commit 4da94b5

Please sign in to comment.