about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-12-12 17:28:44 +0000
committernicoo <nicoo@mur.at>2023-12-12 17:28:44 +0000
commitffd4482a7dd54e66a4d14190c56db61edad3c9a9 (patch)
tree637dec8637f1218eee89b8c39c1aa29abc60e111 /pkgs/applications/video/mpv
parenta4dd202be53cc59a43d46561f00ebc5203428a0a (diff)
downloadnixlib-ffd4482a7dd54e66a4d14190c56db61edad3c9a9.tar
nixlib-ffd4482a7dd54e66a4d14190c56db61edad3c9a9.tar.gz
nixlib-ffd4482a7dd54e66a4d14190c56db61edad3c9a9.tar.bz2
nixlib-ffd4482a7dd54e66a4d14190c56db61edad3c9a9.tar.lz
nixlib-ffd4482a7dd54e66a4d14190c56db61edad3c9a9.tar.xz
nixlib-ffd4482a7dd54e66a4d14190c56db61edad3c9a9.tar.zst
nixlib-ffd4482a7dd54e66a4d14190c56db61edad3c9a9.zip
mpvScripts.simple-mpv-webui: Drop superfluous `.lua` suffix in `scriptName`
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/scripts/simple-mpv-webui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/scripts/simple-mpv-webui.nix b/pkgs/applications/video/mpv/scripts/simple-mpv-webui.nix
index c3b53c618396..b1f3f4595632 100644
--- a/pkgs/applications/video/mpv/scripts/simple-mpv-webui.nix
+++ b/pkgs/applications/video/mpv/scripts/simple-mpv-webui.nix
@@ -13,7 +13,7 @@ buildLua rec {
   };
 
   scriptPath = ".";
-  passthru.scriptName = "webui.lua";
+  passthru.scriptName = "webui";
 
   meta = with lib; {
     description = "A web based user interface with controls for the mpv mediaplayer";