icu58: drop

This commit is contained in:
Sandro Jäckel 2024-06-24 23:59:23 +02:00
parent 238dde3c3c
commit 4bfb0ba68f
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 0 additions and 13 deletions

View File

@ -58,16 +58,4 @@ in
version = "60.2";
hash = "sha256-8HPqjzW5JtcLsz5ld1CKpkKosxaoA/Eb4grzhIEdtBg=";
};
icu58 = make-icu {
version = "58.2";
hash = "sha256-KwpEEBU6myDeDiDH2LZgSacq7yRLU2g9DXUhNxaD2gw=";
patches = [
(fetchurl {
url = "http://bugs.icu-project.org/trac/changeset/39484?format=diff";
name = "icu-changeset-39484.diff";
sha256 = "0hxhpgydalyxacaaxlmaddc1sjwh65rsnpmg0j414mnblq74vmm8";
})
];
patchFlags = [ "-p4" ];
};
}

View File

@ -21373,7 +21373,6 @@ with pkgs;
icu-versions = callPackages ../development/libraries/icu { };
inherit (icu-versions)
icu58
icu60
icu63
icu64