8 buildLua (finalAttrs: {
12 scriptPath = "modernx.lua";
13 src = fetchFromGitHub {
16 rev = finalAttrs.version;
17 hash = "sha256-q7DwyfmOIM7K1L7vvCpq1EM0RVpt9E/drhAa9rLYb1k=";
21 mkdir -p $out/share/fonts
22 cp -r *.ttf $out/share/fonts
24 passthru.extraWrapperArgs = [
27 (toString (makeFontsConf {
28 fontDirectories = [ "${finalAttrs.finalPackage}/share/fonts" ];
32 passthru.updateScript = nix-update-script { };
35 description = "Modern OSC UI replacement for MPV that retains the functionality of the default OSC";
36 homepage = "https://github.com/cyl0/ModernX";
37 license = licenses.lgpl21Plus;
38 maintainers = with maintainers; [ Guanran928 ];