mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
pythonPackages: fix carbon, move dependecies to propagated build inputs
This commit is contained in:
parent
e7e4551baa
commit
46d887aca9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user