Merge pull request #202078 from 2xsaiko/outgoing/crystal-aarch64-darwin

This commit is contained in:
Sandro 2022-12-06 01:23:20 +01:00 committed by GitHub
commit d74e49d8d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;