about summary refs log tree commit diff
path: root/pkgs/applications/video/tartube
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-26 04:21:40 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-26 04:21:40 +0100
commit9c961f0990af5ff27520e758393a2d2ab11acc34 (patch)
tree9cf3f143c7a14fd44818608db3158d80a920bd82 /pkgs/applications/video/tartube
parent817a592c923636e0f5c3549d393c603fec1c4db7 (diff)
aria2: deprecate aria alias
Diffstat (limited to 'pkgs/applications/video/tartube')
-rw-r--r--pkgs/applications/video/tartube/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/tartube/default.nix b/pkgs/applications/video/tartube/default.nix
index 180315e5072ff..5b62399a04651 100644
--- a/pkgs/applications/video/tartube/default.nix
+++ b/pkgs/applications/video/tartube/default.nix
@@ -10,7 +10,7 @@
 , youtube-dl
 , glib
 , ffmpeg
-, aria
+, aria2
 }:
 
 python3Packages.buildPythonApplication rec {
@@ -40,7 +40,7 @@ python3Packages.buildPythonApplication rec {
     playsound
     ffmpeg
     matplotlib
-    aria
+    aria2
   ];
 
   buildInputs = [