6 buildLua (finalAttrs: {
7 pname = "mpv-osc-tethys";
8 version = "0-unstable-2024-08-19";
10 scriptPath = "osc_tethys.lua";
11 extraScripts = [ "mpv_thumbnail_script_server.lua" ];
13 src = fetchFromGitHub {
15 repo = "mpv-osc-tethys";
16 rev = "c4167f88a0e9944738419e90a71f1f80fba39ccb";
17 hash = "sha256-eAY+ZUuOxPJiNCuL7lqMBU4iURCMz12LQdfaYj4WFQc=";
21 description = "OSC UI replacement for MPV with icons from the bomi video player";
22 homepage = "https://github.com/Zren/mpv-osc-tethys";
23 license = lib.licenses.unfree; # no license specified
24 maintainers = with lib.maintainers; [ luftmensch-luftmensch ];