I18NLangTags: Removed, as this version is 12 years old and is now bundled with core.

This commit is contained in:
Graham Christensen 2016-03-27 21:00:45 -05:00
parent 36b88f8df7
commit c3d6b5e8f2

View file

@ -6006,14 +6006,6 @@ let self = _self // overrides; _self = with self; {
};
};
I18NLangTags = buildPerlPackage {
name = "I18N-LangTags-0.35";
src = fetchurl {
url = mirror://cpan/authors/id/S/SB/SBURKE/I18N-LangTags-0.35.tar.gz;
sha256 = "0idwfi7k8l44d9akpdj6ygdz3q8zxr690m18s7w23ms9d55bh3jy";
};
};
"if" = null;
# For backwards compatibility.
@ -6802,7 +6794,6 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/T/TO/TODDR/Locale-Maketext-1.23.tar.gz;
sha256 = "1r1sq7djafvk5abzc4l068p39dz44hlpgdldj3igvn2bjz78cli1";
};
propagatedBuildInputs = [I18NLangTags];
};
LocaleMaketextFuzzy = buildPerlPackage {