mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
cemu-ti: platform changes (#356874)
This commit is contained in:
commit
2632b1aa0d
@ -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");
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user