about summary refs log tree commit diff
path: root/pkgs/development/python-modules/grpcio-tools
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2020-11-08 18:08:53 -0500
committerFrederik Rietdijk <fridh@fridh.nl>2020-11-19 22:05:10 +0100
commit1e1560649cf9a825e9581d8e04711ae273a824cc (patch)
treebf46f106e729c6f85a046b325cce24a26a8e1c1b /pkgs/development/python-modules/grpcio-tools
parent9518714926bdacdf2bd76fa3fe77a87685f79126 (diff)
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.
Diffstat (limited to 'pkgs/development/python-modules/grpcio-tools')
-rw-r--r--pkgs/development/python-modules/grpcio-tools/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/grpcio-tools/default.nix b/pkgs/development/python-modules/grpcio-tools/default.nix
index fe0fc9d3f8ead..a68eb704f6c30 100644
--- a/pkgs/development/python-modules/grpcio-tools/default.nix
+++ b/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 ];