statik: remove enableParallelBuilding = true

This commit is contained in:
zowoq 2020-08-17 12:21:01 +10:00
parent 775ac383e6
commit 29c2fffa0b

View file

@ -13,8 +13,6 @@ buildGoPackage {
sha256 = "15wwgrprfq36pa13b9anp7097q1fqcad28hirvivybmc011p0fri";
};
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://github.com/rakyll/statik";
description = "Embed files into a Go executable ";