summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2020-06-16 01:35:30 +0200
committerRobert Schütz <dev@schuetz-co.de>2020-06-16 01:35:30 +0200
commit4da94b52700038ff3eaaabc0e94bd2f130c3da9d (patch)
tree5b25bf10cde0f2ed6ac2bb586d9e928f6ba1d4da /pkgs
parent9dcda45b9bd0699d831803a464b0f63a2fd787ca (diff)
downloadnixpkgs-4da94b52700038ff3eaaabc0e94bd2f130c3da9d.tar
nixpkgs-4da94b52700038ff3eaaabc0e94bd2f130c3da9d.tar.gz
nixpkgs-4da94b52700038ff3eaaabc0e94bd2f130c3da9d.tar.bz2
nixpkgs-4da94b52700038ff3eaaabc0e94bd2f130c3da9d.tar.lz
nixpkgs-4da94b52700038ff3eaaabc0e94bd2f130c3da9d.tar.xz
nixpkgs-4da94b52700038ff3eaaabc0e94bd2f130c3da9d.tar.zst
nixpkgs-4da94b52700038ff3eaaabc0e94bd2f130c3da9d.zip
mpv: fix umpv
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/mpv/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/wrapper.nix b/pkgs/applications/video/mpv/wrapper.nix
index ad6383046b1..5b3ad7a9831 100644
--- a/pkgs/applications/video/mpv/wrapper.nix
+++ b/pkgs/applications/video/mpv/wrapper.nix
@@ -54,7 +54,7 @@ let
     ;
     umpvWrapperArgs = lib.strings.escapeShellArgs ([
       "--argv0" "'$0'"
-      "--set" "MPV" "$out/bin/mpv"
+      "--set" "MPV" "${placeholder "out"}/bin/mpv"
     ] ++ extraUmpvWrapperArgs)
     ;
   in