Unverified Commit 7f433eb1 authored by Kamilla Ova's avatar Kamilla Ova
Browse files

kotatogram-desktop: unbreak on aarch64-darwin

parent 85a3f9b3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
  };
}