gotify-desktop: mark as broken for darwin
This commit is contained in:
parent
3141204b22
commit
51d859cdab
@ -1,4 +1,4 @@
|
||||
{ lib, fetchFromGitHub, rustPlatform, openssl, pkg-config}:
|
||||
{ lib, fetchFromGitHub, rustPlatform, openssl, pkg-config, stdenv}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "gotify-desktop";
|
||||
@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/desbma/gotify-desktop";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ bryanasdev000 genofire ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user