Merge pull request #98430 from nyanloutre/add_python_unrardll

calibre: Add python unrardll
This commit is contained in:
Doron Behar
2020-12-07 18:46:44 +02:00
committed by GitHub
3 changed files with 25 additions and 1 deletions
+2
View File
@@ -7568,6 +7568,8 @@ in {
unpaddedbase64 = callPackage ../development/python-modules/unpaddedbase64 { };
unrardll = callPackage ../development/python-modules/unrardll { };
unrpa = callPackage ../development/python-modules/unrpa { };
untangle = callPackage ../development/python-modules/untangle { };