mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
livepeer: mark not broken on darwin
This commit is contained in:
parent
ab69305066
commit
f03bd2b70e
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue