pythonPackages.grpcio-tools: split outputs to reduce runtime closure
protobuf propagates build-arch protobuf, and this prevents it from ending up in the runtime closure.
This commit is contained in:
parent
9518714926
commit
1e1560649c
@ -9,6 +9,8 @@ buildPythonPackage rec {
|
||||
sha256 = "af40774c0275f5465f49fd92bfcd9831b19b013de4cc77b8fb38aea76fa6dce3";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
propagatedBuildInputs = [ protobuf grpcio setuptools ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user