about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv/scripts/default.nix
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2023-12-12 18:18:13 +0100
committerGitHub <noreply@github.com>2023-12-12 18:18:13 +0100
commita8d3e143c9e72e9bf49184a7f6fc051099ef3c6f (patch)
tree5058d9e82ea5bd30562ba17618f70920e61fa24a /pkgs/applications/video/mpv/scripts/default.nix
parent4cd52bdfac645d0fcc6f86c81826f2b939101c29 (diff)
parent8bf840c35847ec94d57be8b5349f14b4e4aa92be (diff)
Merge pull request #273200 from nbraud/mpvScripts/visualizer
mpvScripts.visualizer: unstable-2021-07-10 → 2023-08-13
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 e134e1ddb402c..a529bf00ac6b0 100644
--- a/pkgs/applications/video/mpv/scripts/default.nix
+++ b/pkgs/applications/video/mpv/scripts/default.nix
@@ -25,7 +25,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 { };
   }