easyjson: remove enableParallelBuilding = true

This commit is contained in:
zowoq 2020-08-17 12:21:00 +10:00
parent 809f97c099
commit 41c9885fc4

View File

@ -13,8 +13,6 @@ buildGoPackage {
sha256 = "0q85h383mhbkcjm2vqm72bi8n2252fv3c56q3lclzb8n2crnjcdk";
};
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://github.com/mailru/easyjson";
description = "Fast JSON serializer for golang";