mpvScripts.simple-mpv-webui: remove broken symlink

This commit is contained in:
Piotr Kwiecinski
2025-04-02 17:24:41 +02:00
parent 88b2709b78
commit c241eb319f

View File

@@ -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";