tartube-yt-dlp: init

This adds another flavour of tartube with yt-dlp used instead of yt-dlp
This commit is contained in:
Maciej Krüger 2021-08-13 11:28:25 +02:00
parent 95c7f7ed58
commit d8f1759307
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -9300,6 +9300,10 @@ with pkgs;
tartube = callPackage ../applications/video/tartube { };
tartube-yt-dlp = callPackage ../applications/video/tartube {
youtube-dl = yt-dlp;
};
tayga = callPackage ../tools/networking/tayga { };
tcpcrypt = callPackage ../tools/security/tcpcrypt { };