Skip to content

Commit

Permalink
cemu-ti: mark x86_64-linux broken
Browse files Browse the repository at this point in the history
  • Loading branch information
utopiatopia committed Nov 25, 2024
1 parent 6960c3b commit 6b92b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/cemu-ti/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ clevor ];
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ];
broken = stdenv.hostPlatform.isDarwin;
broken = stdenv.hostPlatform.isDarwin || (stdenv.system == "x86_64-linux");
};
})

0 comments on commit 6b92b09

Please sign in to comment.