Merge pull request #201115 from aaronjheng/zhf/element

This commit is contained in:
Martin Weinelt 2022-11-14 22:51:39 +01:00 committed by GitHub
commit 6b62c7c550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "element";
@ -18,5 +18,6 @@ buildGoModule rec {
homepage = "https://github.com/gennaro-tedesco/element";
license = licenses.asl20;
maintainers = [ maintainers.j0hax ];
broken = stdenv.isDarwin;
};
}