Merge pull request #112855 from SuperSandro2000/fix-collection10

This commit is contained in:
Sandro
2021-02-12 21:16:00 +01:00
committed by GitHub
31 changed files with 157 additions and 210 deletions
+3 -1
View File
@@ -8489,7 +8489,9 @@ in {
yowsup = callPackage ../development/python-modules/yowsup { };
yq = callPackage ../development/python-modules/yq { };
yq = callPackage ../development/python-modules/yq {
inherit (pkgs) jq;
};
yt = callPackage ../development/python-modules/yt { };