nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge remote-tracking branch 'origin/master' into staging-next

+1 -1
+1 -1
pkgs/development/compilers/crystal/default.nix
··· 225 225 }; 226 226 227 227 meta = with lib; { 228 - broken = stdenv.isDarwin; 228 + broken = stdenv.isDarwin && (isAarch64Darwin -> lib.versionOlder version "1.2.0"); 229 229 description = "A compiled language with Ruby like syntax and type inference"; 230 230 homepage = "https://crystal-lang.org/"; 231 231 license = licenses.asl20;