pythonPackages: fix carbon, move dependecies to propagated build inputs

This commit is contained in:
Jaka Hudoklin 2013-08-10 15:26:07 +02:00
parent e7e4551baa
commit 46d887aca9

View file

@ -6395,8 +6395,7 @@ pythonPackages = modules // rec {
sha256 = "0wjhd87pvpcpvaj3wql2d92g8lpp33iwmxdkp7npic5mjl2y0dsg";
};
buildInputs = [ txamqp zope_interface twisted ];
propagatedBuildInputs = [ whisper ];
propagatedBuildInputs = [ whisper txamqp zope_interface twisted ];
# error: invalid command 'test'
doCheck = false;