haxe_4_0: drop

EOL since 2020
This commit is contained in:
Leona Maroni
2026-05-06 22:21:00 +02:00
parent a0cd7b06ea
commit 95b5d5dc76
3 changed files with 2 additions and 8 deletions
+1 -7
View File
@@ -57,9 +57,7 @@ let
dune
]
++ (if lib.versionAtLeast version "4.3" then [ pcre2 ] else [ pcre ])
++ lib.optional (lib.versionAtLeast version "4.1") (
if lib.versionAtLeast version "4.3" then mbedtls else mbedtls_2
)
++ (if lib.versionAtLeast version "4.3" then [ mbedtls ] else [ mbedtls_2 ])
++ ocamlDependencies version;
src = fetchFromGitHub {
@@ -150,10 +148,6 @@ let
};
in
{
haxe_4_0 = generic {
version = "4.0.5";
hash = "sha256-Ck/py+tZS7dBu/uikhSLKBRNljpg2h5PARX0Btklozg=";
};
haxe_4_1 = generic {
version = "4.1.5";
hash = "sha256-QP5/jwexQXai1A5Iiwiyrm+/vkdAc+9NVGt+jEQz2mY=";
+1
View File
@@ -927,6 +927,7 @@ mapAliases {
gxneur = throw "'gxneur' has been removed due to lack of maintenance and reliance on gnome2 and 2to3."; # Added 2025-08-17
hacpack = throw "hacpack has been removed from nixpkgs, as it has been taken down upstream"; # Added 2025-09-26
harmony-music = throw "harmony-music is unmaintained and has been removed"; # Added 2025-08-26
haxe_4_0 = throw "'haxe_4_0' has been removed as it reached its end of life. Migrate to 'haxe_4_3'.";
helix-gpt = throw "helix-gpt was deprecated in January 2026 and has been since removed"; # Added 2026-02-05
helvum = throw "'helvum' has been removed as it was unmaintained upstream and relied on a vulnerable dependency. Consider using 'crosspipe' instead."; # Added 2026-03-04
HentaiAtHome = throw "'HentaiAtHome' has been renamed to/replaced by 'hentai-at-home'"; # Converted to throw 2025-10-27
-1
View File
@@ -4146,7 +4146,6 @@ with pkgs;
})
haxe_4_3
haxe_4_1
haxe_4_0
;
haxe = haxe_4_3;