mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 00:50:59 +00:00
livepeer: nixfmt
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{ lib, fetchFromGitHub, buildGoModule
|
||||
, pkg-config, ffmpeg, gnutls
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildGoModule,
|
||||
pkg-config,
|
||||
ffmpeg,
|
||||
gnutls,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
@@ -21,7 +26,10 @@ buildGoModule rec {
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs = [ ffmpeg gnutls ];
|
||||
buildInputs = [
|
||||
ffmpeg
|
||||
gnutls
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Official Go implementation of the Livepeer protocol";
|
||||
|
||||
Reference in New Issue
Block a user