summary refs log tree commit diff
path: root/pkgs/development/tools/quicktemplate
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/quicktemplate')
-rw-r--r--pkgs/development/tools/quicktemplate/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/tools/quicktemplate/default.nix b/pkgs/development/tools/quicktemplate/default.nix
index e4ac3a3f3f2..8f75540f3a6 100644
--- a/pkgs/development/tools/quicktemplate/default.nix
+++ b/pkgs/development/tools/quicktemplate/default.nix
@@ -13,8 +13,6 @@ buildGoPackage {
     sha256 = "1pimf5bwivklsr438if6l8by34gr48a05gl6hq07cvc8z6wl01m2";
   };
 
-  enableParallelBuilding = true;
-
   meta = with stdenv.lib; {
     homepage = "https://github.com/valyala/quicktemplate";
     description = "Fast, powerful, yet easy to use template engine for Go";