cemu: mark as broken on darwin

https://github.com/NixOS/nixpkgs/pull/144889#issuecomment-962469610

authored by

Matt Christ and committed by
Jonathan Ringer
065281ad 27717439

+1
+1
pkgs/applications/science/math/cemu/default.nix
··· 52 license = licenses.gpl3; 53 maintainers = with maintainers; [ luc65r ]; 54 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 55 }; 56 }
··· 52 license = licenses.gpl3; 53 maintainers = with maintainers; [ luc65r ]; 54 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 55 + broken = stdenv.isDarwin; 56 }; 57 }