Loading pkgs/applications/networking/instant-messengers/go-neb/default.nix +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"; Loading @@ -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 Loading
pkgs/applications/networking/instant-messengers/go-neb/default.nix +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"; Loading @@ -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