python3Packages.subunit: fix build and add tests

This commit is contained in:
Jonathan Ringer
2020-03-30 16:54:40 -07:00
committed by Jon
parent fc451835f6
commit 915d58ba7c
2 changed files with 25 additions and 12 deletions
+3 -1
View File
@@ -6158,7 +6158,9 @@ in {
subdownloader = callPackage ../development/python-modules/subdownloader { };
subunit = callPackage ../development/python-modules/subunit { };
subunit = callPackage ../development/python-modules/subunit {
inherit (pkgs) subunit pkg-config cppunit check;
};
sure = callPackage ../development/python-modules/sure { };