crystal_1_11: drop

LLVM 15 is being removed for the 25.11 release.

Emily 48c2a4e4 5d8cb800

Changed files
+2 -15
pkgs
development
compilers
crystal
top-level
+1 -14
pkgs/development/compilers/crystal/default.nix
···
libxml2,
libyaml,
libffi,
-
llvmPackages_15,
llvmPackages_19,
llvmPackages_20,
llvmPackages_21,
···
export threads=$NIX_BUILD_CORES
export CRYSTAL_CACHE_DIR=$TMP
export MACOSX_DEPLOYMENT_TARGET=10.11
-
-
# Available since 1.13.0 https://github.com/crystal-lang/crystal/pull/14574
-
if [[ -f src/SOURCE_DATE_EPOCH ]]; then
-
export SOURCE_DATE_EPOCH="$(<src/SOURCE_DATE_EPOCH)"
-
fi
+
export SOURCE_DATE_EPOCH="$(<src/SOURCE_DATE_EPOCH)"
'';
strictDeps = true;
···
x86_64-darwin = "sha256-5kkObQl0VIO6zqQ8TYl0JzYyUmwfmPE9targpfwseSQ=";
aarch64-linux = "sha256-AzFz+nrU/HJmCL1hbCKXf5ej/uypqV1GJPVLQ4J3778=";
};
-
};
-
-
# When removing this version, also remove checks for src/SOURCE_DATE_EPOCH existence
-
crystal_1_11 = generic {
-
version = "1.11.2";
-
sha256 = "sha256-BBEDWqFtmFUNj0kuGBzv71YHO3KjxV4d2ySTCD4HhLc=";
-
binary = binaryCrystal_1_10;
-
llvmPackages = llvmPackages_15;
};
crystal_1_14 = generic {
+1
pkgs/top-level/aliases.nix
···
crystal_1_7 = throw "'crystal_1_7' has been removed as it is obsolete and no longer used in the tree. Consider using 'crystal' instead"; # Added 2025-02-13
crystal_1_8 = throw "'crystal_1_8' has been removed as it is obsolete and no longer used in the tree. Consider using 'crystal' instead"; # Added 2025-02-13
crystal_1_9 = throw "'crystal_1_9' has been removed as it is obsolete and no longer used in the tree. Consider using 'crystal' instead"; # Added 2025-02-13
+
crystal_1_11 = throw "'crystal_1_11' has been removed as it is obsolete and no longer used in the tree. Consider using 'crystal' instead"; # Added 2025-09-04
crystal_1_12 = throw "'crystal_1_12' has been removed as it is obsolete and no longer used in the tree. Consider using 'crystal' instead"; # Added 2025-02-19
clash-geoip = throw "'clash-geoip' has been removed. Consider using 'dbip-country-lite' instead."; # added 2024-10-19
clash-verge = throw "'clash-verge' has been removed, as it was broken and unmaintained. Consider using 'clash-verge-rev' or 'clash-nyanpasu' instead"; # Added 2024-09-17
-1
pkgs/top-level/all-packages.nix
···
corretto21 = javaPackages.compiler.corretto21;
inherit (callPackage ../development/compilers/crystal { })
-
crystal_1_11
crystal_1_14
crystal_1_15
crystal_1_16