crystal: set doCheck to false for 1.14.0

This commit is contained in:
Will Leinweber 2024-10-25 12:06:58 +03:00
parent cafef48cf6
commit cafeb37f09

View File

@ -328,6 +328,7 @@ rec {
sha256 = "sha256-ayMF5yinHVOUaZxhlmqxb/iiGJHmloeYuKcnrPmxo9Y=";
binary = binaryCrystal_1_10;
llvmPackages = llvmPackages_18;
doCheck = false; # Some compiler spec problems on x86-64_linux with the .0 release
};