Skip to content

Commit

Permalink
Merge pull request #104746 from CertainLach/patch-1
Browse files Browse the repository at this point in the history
mpv: fix vapoursynth path
  • Loading branch information
rnhmjoj committed Nov 24, 2020
2 parents d3de5b0 + 83c847c commit 4f165c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/video/mpv/wrapper.nix
Expand Up @@ -37,7 +37,7 @@ let
"--prefix" "LUA_CPATH" ";" "${mpv.luaEnv}/lib/lua/${mpv.lua.luaversion}/?.so"
"--prefix" "LUA_PATH" ";" "${mpv.luaEnv}/share/lua/${mpv.lua.luaversion}/?.lua"
] ++ lib.optionals mpv.vapoursynthSupport [
"--prefix" "PYTHONPATH" ":" "${mpv.vapoursynth}/lib/${mpv.vapoursynth.python3.sitePackages}"
"--prefix" "PYTHONPATH" ":" "${mpv.vapoursynth}/${mpv.vapoursynth.python3.sitePackages}"
] ++ lib.optionals (binPath != "") [
"--prefix" "PATH" ":" binPath
] ++ (lib.lists.flatten (map
Expand Down

0 comments on commit 4f165c6

Please sign in to comment.