lol

Merge pull request #222998 from viraptor/livepeer-darwin

livepeer: mark not broken on darwin

authored by

Stanisław Pitucha and committed by
GitHub
dcd028c9 995227a2

+1 -2
+1 -2
pkgs/servers/livepeer/default.nix
··· 1 - { stdenv, lib, fetchFromGitHub, buildGoModule 1 + { lib, fetchFromGitHub, buildGoModule 2 2 , pkg-config, ffmpeg, gnutls 3 3 }: 4 4 ··· 24 24 buildInputs = [ ffmpeg gnutls ]; 25 25 26 26 meta = with lib; { 27 - broken = stdenv.isDarwin; 28 27 description = "Official Go implementation of the Livepeer protocol"; 29 28 homepage = "https://livepeer.org"; 30 29 license = licenses.mit;