Skip to content

Commit

Permalink
cemu-ti: platform changes (NixOS#356874)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillrdy authored Nov 25, 2024
2 parents 2034012 + 6b92b09 commit 2632b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/cemu-ti/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://ce-programming.github.io/CEmu";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ clevor ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
broken = stdenv.hostPlatform.isDarwin;
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ];
broken = stdenv.hostPlatform.isDarwin || (stdenv.system == "x86_64-linux");
};
})

0 comments on commit 2632b1a

Please sign in to comment.