about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/biber
diff options
context:
space:
mode:
authorVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-08-14 13:14:11 +0100
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-08-14 17:22:28 +0100
commit58dc076f6fc882937dcb8fa69733c2e315686399 (patch)
tree48cae99779dd494d9d1ce10ffca1c03ef95728a9 /pkgs/tools/typesetting/biber
parent300da0a691403072b6620f9b3985a83eff76d7b8 (diff)
biber: remove outdated UnicodeCollate version
Diffstat (limited to 'pkgs/tools/typesetting/biber')
-rw-r--r--pkgs/tools/typesetting/biber/default.nix16
1 files changed, 1 insertions, 15 deletions
diff --git a/pkgs/tools/typesetting/biber/default.nix b/pkgs/tools/typesetting/biber/default.nix
index 024f25dd1fb9f..8136266fbab9e 100644
--- a/pkgs/tools/typesetting/biber/default.nix
+++ b/pkgs/tools/typesetting/biber/default.nix
@@ -2,20 +2,6 @@
 
 let
   biberSource = lib.head (builtins.filter (p: p.tlType == "source") texlive.biber.pkgs);
-
-  # perl 5.32.0 ships with U:C 1.27
-  UnicodeCollate_1_29 = perlPackages.buildPerlPackage rec {
-    pname = "Unicode-Collate";
-    version = "1.29";
-    src = fetchurl {
-      url = "mirror://cpan/authors/id/S/SA/SADAHIRO/${pname}-${version}.tar.gz";
-      sha256 = "0dr4k10fgbsczh4sz7w8d0nnba38r6jrg87cm3gw4xxgn55fzj7l";
-    };
-    meta = {
-      description = "Unicode Collation Algorithm";
-      license = perlPackages.perl.meta.license;
-    };
-  };
 in
 
 perlPackages.buildPerlModule {
@@ -30,7 +16,7 @@ perlPackages.buildPerlModule {
     DateTime DateTimeFormatBuilder DateTimeCalendarJulian
     ExtUtilsLibBuilder FileSlurper FileWhich IPCRun3 LogLog4perl LWPProtocolHttps ListAllUtils
     ListMoreUtils MozillaCA ParseRecDescent IOString ReadonlyXS RegexpCommon TextBibTeX
-    UnicodeCollate_1_29 UnicodeLineBreak URI XMLLibXMLSimple XMLLibXSLT XMLWriter
+    UnicodeLineBreak URI XMLLibXMLSimple XMLLibXSLT XMLWriter
     ClassAccessor TextCSV TextCSV_XS TextRoman DataUniqid LinguaTranslit SortKey
     TestDifferences
     PerlIOutf8_strict