crystal_1_2: drop
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
, git
|
||||
, gmp
|
||||
, hostname
|
||||
, libatomic_ops
|
||||
, libevent
|
||||
, libiconv
|
||||
, libxml2
|
||||
@@ -265,14 +264,6 @@ rec {
|
||||
};
|
||||
};
|
||||
|
||||
crystal_1_2 = generic {
|
||||
version = "1.2.2";
|
||||
sha256 = "sha256-nyOXhsutVBRdtJlJHe2dALl//BUXD1JeeQPgHU4SwiU=";
|
||||
binary = binaryCrystal_1_2;
|
||||
llvmPackages = llvmPackages_13;
|
||||
extraBuildInputs = [ libatomic_ops ];
|
||||
};
|
||||
|
||||
crystal_1_7 = generic {
|
||||
version = "1.7.3";
|
||||
sha256 = "sha256-ULhLGHRIZbsKhaMvNhc+W74BwNgfEjHcMnVNApWY+EE=";
|
||||
|
||||
@@ -248,6 +248,7 @@ mapAliases {
|
||||
cpp-ipfs-api = cpp-ipfs-http-client; # Project has been renamed. Added 2022-05-15
|
||||
crispyDoom = crispy-doom; # Added 2023-05-01
|
||||
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
|
||||
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_2
|
||||
crystal_1_7
|
||||
crystal_1_8
|
||||
crystal_1_9
|
||||
|
||||
Reference in New Issue
Block a user