python3Packages.subunit: fix build and add tests
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user