mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
livepeer: mark not broken on darwin
This commit is contained in:
parent
ab69305066
commit
f03bd2b70e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user