livepeer: remove enableParallelBuilding = true

This commit is contained in:
zowoq 2020-08-17 12:21:01 +10:00
parent d5433ef2e4
commit 8900b88162

View file

@ -20,8 +20,6 @@ buildGoPackage rec {
buildInputs = [ ffmpeg_3 ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Official Go implementation of the Livepeer protocol";
homepage = "https://livepeer.org";