kotatogram-desktop: unbreak on aarch64-darwin

This commit is contained in:
Kamilla Ova
2024-06-30 14:27:56 +03:00
parent 85a3f9b3da
commit 7f433eb12c
@@ -220,7 +220,5 @@ stdenv.mkDerivation rec {
homepage = "https://kotatogram.github.io";
changelog = "https://github.com/kotatogram/kotatogram-desktop/releases/tag/k{version}";
maintainers = with maintainers; [ ilya-fedin ];
# never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}