mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
crystal_1_8: drop
This commit is contained in:
parent
b19fe47d49
commit
3d3c822fce
3 changed files with 1 additions and 8 deletions
|
@ -262,13 +262,6 @@ rec {
|
|||
};
|
||||
};
|
||||
|
||||
crystal_1_8 = generic {
|
||||
version = "1.8.2";
|
||||
sha256 = "sha256-YAORdipzpC9CrFgZUFlFfjzlJQ6ZeA2ekVu8IfPOxR8=";
|
||||
binary = binaryCrystal_1_2;
|
||||
llvmPackages = llvmPackages_15;
|
||||
};
|
||||
|
||||
crystal_1_9 = generic {
|
||||
version = "1.9.2";
|
||||
sha256 = "sha256-M1oUFs7/8ljszga3StzLOLM1aA4fSfVPQlsbuDHGd84=";
|
||||
|
|
|
@ -250,6 +250,7 @@ mapAliases {
|
|||
crossLibcStdenv = stdenvNoLibc; # Added 2024-09-06
|
||||
crystal_1_2 = throw "'crystal_1_2' has been removed as it is obsolete and no longer used in the tree. Consider using 'crystal' instead"; # Added 2025-02-13
|
||||
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
|
||||
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
|
||||
clasp = clingo; # added 2022-12-22
|
||||
|
|
|
@ -5706,7 +5706,6 @@ with pkgs;
|
|||
};
|
||||
|
||||
inherit (darwin.apple_sdk_11_0.callPackage ../development/compilers/crystal { })
|
||||
crystal_1_8
|
||||
crystal_1_9
|
||||
crystal_1_11
|
||||
crystal_1_12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue