nose2Cov does not create pth for deps - propagate manually

This commit is contained in:
Florian Friesdorf 2013-01-21 08:37:28 +01:00
parent 8dd5f835fc
commit 8b777bbf57

@ -1649,7 +1649,7 @@ pythonPackages = python.modules // rec {
meta = {
description = "nose2 plugin for coverage reporting, including subprocesses and multiprocessing";
};
buildInputs = [ covCore nose2 ];
propagatedBuildInputs = [ covCore nose2 ];
});
notify = pkgs.stdenv.mkDerivation (rec {