about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv/scripts/default.nix
diff options
context:
space:
mode:
authorKierĂ¡n Meinhardt <kmein@posteo.de>2023-08-08 19:58:59 +0200
committerlassulus <git@lassul.us>2023-08-08 20:57:28 +0200
commit7f588939355d41902aa6949e0d1bb734505a40e5 (patch)
tree88d875da3433e357b82fb5abf883871ce1a8edc4 /pkgs/applications/video/mpv/scripts/default.nix
parente0e6b6909977de63dab514efbf5470bc31e7055e (diff)
mpvScripts.visualizer: init at unstable-2021-07-10
Diffstat (limited to 'pkgs/applications/video/mpv/scripts/default.nix')
-rw-r--r--pkgs/applications/video/mpv/scripts/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/mpv/scripts/default.nix b/pkgs/applications/video/mpv/scripts/default.nix
index 1a2bb9260840f..62c4e8bf9aa08 100644
--- a/pkgs/applications/video/mpv/scripts/default.nix
+++ b/pkgs/applications/video/mpv/scripts/default.nix
@@ -20,6 +20,7 @@ lib.recurseIntoAttrs
     thumbfast = callPackage ./thumbfast.nix { };
     thumbnail = callPackage ./thumbnail.nix { };
     uosc = callPackage ./uosc.nix { };
+    visualizer = callPackage ./visualizer.nix { };
     vr-reversal = callPackage ./vr-reversal.nix { };
     webtorrent-mpv-hook = callPackage ./webtorrent-mpv-hook.nix { };
     cutter = callPackage ./cutter.nix { };