mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 17:46:29 +09:00
mpvScripts.simple-mpv-webui: remove broken symlink
This commit is contained in:
parent
88b2709b78
commit
c241eb319f
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue