livepeer: mark not broken on darwin

This commit is contained in:
Stanisław Pitucha 2023-03-25 14:59:35 +11:00
parent ab69305066
commit f03bd2b70e

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;