about summary refs log tree commit diff
path: root/pkgs/development/libraries/tk
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-08-30 20:23:14 +0000
committerAlyssa Ross <hi@alyssa.is>2021-09-02 19:53:31 +0000
commit73e2ac54a7146baf0ba61f0cc4074a1a1da5f348 (patch)
tree792fa5d30fb9aac8147bbac0f4c0ddaeed13acf3 /pkgs/development/libraries/tk
parent6666bdf0fbedcfe195fce304b04695006c43a9ee (diff)
tk: enableParallelBuilding
Tested at -j48.
Diffstat (limited to 'pkgs/development/libraries/tk')
-rw-r--r--pkgs/development/libraries/tk/generic.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/tk/generic.nix b/pkgs/development/libraries/tk/generic.nix
index b829d846be56e..6aa67bf274deb 100644
--- a/pkgs/development/libraries/tk/generic.nix
+++ b/pkgs/development/libraries/tk/generic.nix
@@ -41,6 +41,8 @@ tcl.mkTclDerivation {
 
   propagatedBuildInputs = [ libXft ];
 
+  enableParallelBuilding = true;
+
   doCheck = false; # fails. can't find itself
 
   inherit tcl;