Merge pull request #222998 from viraptor/livepeer-darwin

livepeer: mark not broken on darwin
This commit is contained in:
Stanisław Pitucha
2023-03-29 22:23:41 +11:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, buildGoModule
{ lib, fetchFromGitHub, buildGoModule
, pkg-config, ffmpeg, gnutls
}:
@@ -24,7 +24,6 @@ buildGoModule rec {
buildInputs = [ ffmpeg gnutls ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Official Go implementation of the Livepeer protocol";
homepage = "https://livepeer.org";
license = licenses.mit;