Merge remote-tracking branch 'origin/master' into staging-next
This commit is contained in:
commit
7ea3d4395d
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ let
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
broken = stdenv.isDarwin && (isAarch64Darwin -> lib.versionOlder version "1.2.0");
|
||||
description = "A compiled language with Ruby like syntax and type inference";
|
||||
homepage = "https://crystal-lang.org/";
|
||||
license = licenses.asl20;
|
||||
|
|
Loading…
Reference in a new issue