Unverified Commit a79738ad authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #201903 from mweinelt/go-neb-darwin-broken

parents 0226f898 c3f9bd94
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
{ 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;