python3Packages.yq: cleanup, use pytestCheckHook, add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel
2021-02-12 20:35:37 +01:00
parent 713951893d
commit 616edb1c64
2 changed files with 11 additions and 18 deletions
+3 -1
View File
@@ -8483,7 +8483,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 { };