about summary refs log tree commit diff
path: root/pkgs/development/python-modules/apache-beam
diff options
context:
space:
mode:
authorPhillip Cloud <417981+cpcloud@users.noreply.github.com>2022-08-08 05:31:07 -0400
committerPhillip Cloud <417981+cpcloud@users.noreply.github.com>2022-08-08 05:31:07 -0400
commit21237eedfea249c34aee2277da56420b6d058d11 (patch)
treed1e065d7ab988646db60ad50322469250680fc24 /pkgs/development/python-modules/apache-beam
parentd9202ab62548a564beec192ab1cb4f92b010be9b (diff)
python3Packages.apache-beam: set `enableParallelBuilding` to `true`
Diffstat (limited to 'pkgs/development/python-modules/apache-beam')
-rw-r--r--pkgs/development/python-modules/apache-beam/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/apache-beam/default.nix b/pkgs/development/python-modules/apache-beam/default.nix
index 541e5005167d4..508d6670c6d20 100644
--- a/pkgs/development/python-modules/apache-beam/default.nix
+++ b/pkgs/development/python-modules/apache-beam/default.nix
@@ -92,6 +92,8 @@ buildPythonPackage rec {
     typing-extensions
   ];
 
+  enableParallelBuilding = true;
+
   pythonImportsCheck = [
     "apache_beam"
   ];