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

authored by Martin Weinelt and committed by GitHub a79738ad 0226f898

+2 -1
+2 -1
pkgs/applications/networking/instant-messengers/go-neb/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub, nixosTests, olm }: 2 3 buildGoModule { 4 pname = "go-neb"; ··· 21 passthru.tests.go-neb = nixosTests.go-neb; 22 23 meta = with lib; { 24 description = "Extensible matrix bot written in Go"; 25 homepage = "https://github.com/matrix-org/go-neb"; 26 license = licenses.asl20;
··· 1 + { lib, stdenv, buildGoModule, fetchFromGitHub, nixosTests, olm }: 2 3 buildGoModule { 4 pname = "go-neb"; ··· 21 passthru.tests.go-neb = nixosTests.go-neb; 22 23 meta = with lib; { 24 + broken = stdenv.isDarwin; 25 description = "Extensible matrix bot written in Go"; 26 homepage = "https://github.com/matrix-org/go-neb"; 27 license = licenses.asl20;