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"; sha256 = "15wwgrprfq36pa13b9anp7097q1fqcad28hirvivybmc011p0fri";
}; };
enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/rakyll/statik"; homepage = "https://github.com/rakyll/statik";
description = "Embed files into a Go executable "; description = "Embed files into a Go executable ";