···225225 };226226227227 meta = with lib; {228228- broken = stdenv.isDarwin;228228+ broken = stdenv.isDarwin && (isAarch64Darwin -> lib.versionOlder version "1.2.0");229229 description = "A compiled language with Ruby like syntax and type inference";230230 homepage = "https://crystal-lang.org/";231231 license = licenses.asl20;