Merge pull request #201903 from mweinelt/go-neb-darwin-broken
This commit is contained in:
commit
a79738ad3b
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildGoModule, fetchFromGitHub, nixosTests, olm }:
|
||||
{ lib, stdenv, buildGoModule, fetchFromGitHub, nixosTests, olm }:
|
||||
|
||||
buildGoModule {
|
||||
pname = "go-neb";
|
||||
|
@ -21,6 +21,7 @@ buildGoModule {
|
|||
passthru.tests.go-neb = nixosTests.go-neb;
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Extensible matrix bot written in Go";
|
||||
homepage = "https://github.com/matrix-org/go-neb";
|
||||
license = licenses.asl20;
|
||||
|
|
Loading…
Reference in a new issue