livepeer: remove enableParallelBuilding = true
This commit is contained in:
parent
d5433ef2e4
commit
8900b88162
|
@ -20,8 +20,6 @@ buildGoPackage rec {
|
||||||
|
|
||||||
buildInputs = [ ffmpeg_3 ];
|
buildInputs = [ ffmpeg_3 ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Official Go implementation of the Livepeer protocol";
|
description = "Official Go implementation of the Livepeer protocol";
|
||||||
homepage = "https://livepeer.org";
|
homepage = "https://livepeer.org";
|
||||||
|
|
Loading…
Reference in New Issue