1 { lib, fetchFromGitHub, buildGoModule
2 , pkg-config, ffmpeg, gnutls
10 vendorHash = "sha256-aRZoAEnRai8i5H08ReW8lEFlbmarYxU0lBRhR/Llw+M=";
12 src = fetchFromGitHub {
16 sha256 = "sha256-cOxIL093Mi+g9Al/SQJ6vdaeBAXUN6ZGsSaVvEIiJpU=";
19 # livepeer_cli has a vendoring problem
20 subPackages = [ "cmd/livepeer" ];
22 nativeBuildInputs = [ pkg-config ];
24 buildInputs = [ ffmpeg gnutls ];
27 description = "Official Go implementation of the Livepeer protocol";
28 homepage = "https://livepeer.org";
29 license = licenses.mit;
30 maintainers = with maintainers; [ elitak ];
31 mainProgram = "livepeer";