about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv/scripts/default.nix
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-12-09 20:56:53 +0000
committernicoo <nicoo@mur.at>2023-12-09 21:36:15 +0000
commit8bf840c35847ec94d57be8b5349f14b4e4aa92be (patch)
tree7e2d53e90651d864bdbb991838b32767d6cc65eb /pkgs/applications/video/mpv/scripts/default.nix
parentcd79e7c075ebf0191df542897f46c21587182762 (diff)
mpvScripts.visualizer: simplify with `buildLua`
Diffstat (limited to 'pkgs/applications/video/mpv/scripts/default.nix')
-rw-r--r--pkgs/applications/video/mpv/scripts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/scripts/default.nix b/pkgs/applications/video/mpv/scripts/default.nix
index 4083c52b3d901..e412781933f40 100644
--- a/pkgs/applications/video/mpv/scripts/default.nix
+++ b/pkgs/applications/video/mpv/scripts/default.nix
@@ -23,7 +23,7 @@ in lib.recurseIntoAttrs
     thumbfast = callPackage ./thumbfast.nix { inherit buildLua; };
     thumbnail = callPackage ./thumbnail.nix { inherit buildLua; };
     uosc = callPackage ./uosc.nix { inherit buildLua; };
-    visualizer = callPackage ./visualizer.nix { };
+    visualizer = callPackage ./visualizer.nix { inherit buildLua; };
     vr-reversal = callPackage ./vr-reversal.nix { };
     webtorrent-mpv-hook = callPackage ./webtorrent-mpv-hook.nix { };
     cutter = callPackage ./cutter.nix { };