cpython: restore passthru.tests
Fixes a regression from #261323, where all `passthru.tests` were overwritten.
This commit is contained in:
parent
c76b72caa4
commit
f69da37098
@ -584,7 +584,9 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = with pkgsBuildBuild.python3.pkgs; [ sphinxHook python-docs-theme ];
|
||||
};
|
||||
|
||||
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||
tests = passthru.tests // {
|
||||
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||
};
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user