Merge pull request #817 from offlinehacker/pythonPackages.carbon

pythonPackages: fix carbon, move dependecies to propagated build inputs
This commit is contained in:
Domen Kožar 2013-08-10 20:22:53 -07:00
commit 007f563124

View file

@ -6399,8 +6399,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;