about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv/scripts/default.nix
diff options
context:
space:
mode:
authorBatteredBunny <ayes2022@protonmail.com>2024-05-01 17:34:42 +0300
committerGitHub <noreply@github.com>2024-05-01 14:34:42 +0000
commit1e7f2da6b00e81a3808f348d57879155d5a748ab (patch)
tree93113fa96e1535f18bebfd0f92f6b321a598f632 /pkgs/applications/video/mpv/scripts/default.nix
parentc88ff41a3703958bd344693f9495caf9567f9687 (diff)
mpvScripts.videoclip: init at 0-unstable-2024-03-08 (#269272)
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 6fb7f19f20bb6..8b740d1ded325 100644
--- a/pkgs/applications/video/mpv/scripts/default.nix
+++ b/pkgs/applications/video/mpv/scripts/default.nix
@@ -89,6 +89,7 @@ let
     thumbfast = callPackage ./thumbfast.nix { };
     thumbnail = callPackage ./thumbnail.nix { };
     uosc = callPackage ./uosc.nix { };
+    videoclip = callPackage ./videoclip.nix { };
     visualizer = callPackage ./visualizer.nix { };
     vr-reversal = callPackage ./vr-reversal.nix { };
     webtorrent-mpv-hook = callPackage ./webtorrent-mpv-hook.nix { };