Loading pkgs/applications/video/mpv/scripts/simple-mpv-webui.nix +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ buildLua rec { }; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; postInstall = '' rm -f $out/share/mpv/scripts/webui/setup.cfg ''; scriptPath = "."; passthru.scriptName = "webui"; Loading Loading
pkgs/applications/video/mpv/scripts/simple-mpv-webui.nix +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ buildLua rec { }; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; postInstall = '' rm -f $out/share/mpv/scripts/webui/setup.cfg ''; scriptPath = "."; passthru.scriptName = "webui"; Loading