Merge pull request #117782 from dotlambda/spotdl-init

spotdl: init at 3.5.0
This commit is contained in:
Robert Schütz
2021-04-01 18:17:25 +02:00
committed by GitHub
5 changed files with 134 additions and 0 deletions
+4
View File
@@ -6905,6 +6905,8 @@ in {
pytricia = callPackage ../development/python-modules/pytricia { };
pytube = callPackage ../development/python-modules/pytube { };
pytun = callPackage ../development/python-modules/pytun { };
pytz = callPackage ../development/python-modules/pytz { };
@@ -7114,6 +7116,8 @@ in {
random2 = callPackage ../development/python-modules/random2 { };
rapidfuzz = callPackage ../development/python-modules/rapidfuzz { };
rarfile = callPackage ../development/python-modules/rarfile {
inherit (pkgs) libarchive;
};