crystal: Unmark 1.2 broken for aarch64-darwin

The package actually builds and runs fine on this platform.
This commit is contained in:
Marco Rebhan 2022-11-20 16:11:03 +01:00
parent 8c6c94de4c
commit 7d4abc2b94

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;