Merge pull request #817 from offlinehacker/pythonPackages.carbon
pythonPackages: fix carbon, move dependecies to propagated build inputs
This commit is contained in:
commit
007f563124
@ -6399,8 +6399,7 @@ pythonPackages = modules // rec {
|
|||||||
sha256 = "0wjhd87pvpcpvaj3wql2d92g8lpp33iwmxdkp7npic5mjl2y0dsg";
|
sha256 = "0wjhd87pvpcpvaj3wql2d92g8lpp33iwmxdkp7npic5mjl2y0dsg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ txamqp zope_interface twisted ];
|
propagatedBuildInputs = [ whisper txamqp zope_interface twisted ];
|
||||||
propagatedBuildInputs = [ whisper ];
|
|
||||||
|
|
||||||
# error: invalid command 'test'
|
# error: invalid command 'test'
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user