summary refs log tree commit diff
path: root/pkgs/development/tools/quicktemplate
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-17 12:21:00 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-17 17:13:01 +1000
commit775ac383e69bf785ee7871a817e7c8b6d6263213 (patch)
tree3ffb7eec3662456cecefb6dc16e982ea02ac2ee6 /pkgs/development/tools/quicktemplate
parent41c9885fc4766d441acf889aa463672a1cc75ae1 (diff)
downloadnixpkgs-775ac383e69bf785ee7871a817e7c8b6d6263213.tar
nixpkgs-775ac383e69bf785ee7871a817e7c8b6d6263213.tar.gz
nixpkgs-775ac383e69bf785ee7871a817e7c8b6d6263213.tar.bz2
nixpkgs-775ac383e69bf785ee7871a817e7c8b6d6263213.tar.lz
nixpkgs-775ac383e69bf785ee7871a817e7c8b6d6263213.tar.xz
nixpkgs-775ac383e69bf785ee7871a817e7c8b6d6263213.tar.zst
nixpkgs-775ac383e69bf785ee7871a817e7c8b6d6263213.zip
quicktemplate: remove enableParallelBuilding = true
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";