mpvScripts.simple-mpv-webui: remove broken symlink

+4
+4
pkgs/applications/video/mpv/scripts/simple-mpv-webui.nix
··· 20 }; 21 passthru.updateScript = gitUpdater { rev-prefix = "v"; }; 22 23 scriptPath = "."; 24 passthru.scriptName = "webui"; 25
··· 20 }; 21 passthru.updateScript = gitUpdater { rev-prefix = "v"; }; 22 23 + postInstall = '' 24 + rm -f $out/share/mpv/scripts/webui/setup.cfg 25 + ''; 26 + 27 scriptPath = "."; 28 passthru.scriptName = "webui"; 29