mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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
Block a user