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.
wip/yesman
Ben Wolsieffer 4 years ago committed by Frederik Rietdijk
parent 9518714926
commit 1e1560649c
  1. 2
      pkgs/development/python-modules/grpcio-tools/default.nix

@ -9,6 +9,8 @@ buildPythonPackage rec {
sha256 = "af40774c0275f5465f49fd92bfcd9831b19b013de4cc77b8fb38aea76fa6dce3";
};
outputs = [ "out" "dev" ];
enableParallelBuilding = true;
propagatedBuildInputs = [ protobuf grpcio setuptools ];

Loading…
Cancel
Save