texlive: 2020.20201009 -> 2020.20210109
This commit is contained in:
parent
ac255ab62e
commit
c5787e5b8c
@ -1,7 +1,21 @@
|
|||||||
{ lib, stdenv, fetchpatch, perlPackages, shortenPerlShebang, texlive }:
|
{ lib, stdenv, fetchurl, fetchpatch, perlPackages, shortenPerlShebang, texlive }:
|
||||||
|
|
||||||
let
|
let
|
||||||
biberSource = stdenv.lib.head (builtins.filter (p: p.tlType == "source") texlive.biber.pkgs);
|
biberSource = stdenv.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
|
in
|
||||||
|
|
||||||
perlPackages.buildPerlModule {
|
perlPackages.buildPerlModule {
|
||||||
@ -10,21 +24,13 @@ perlPackages.buildPerlModule {
|
|||||||
|
|
||||||
src = "${biberSource}/source/bibtex/biber/biblatex-biber.tar.gz";
|
src = "${biberSource}/source/bibtex/biber/biblatex-biber.tar.gz";
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Fix for https://github.com/plk/biber/issues/329
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/plk/biber/commit/fa312ce402fe581ba7cc0890c83a1d47c2610e26.diff";
|
|
||||||
sha256 = "1j87mdwvx368z9b5x6b72s753hwvrldf2pb42p6hflq5hzkicy50";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = with perlPackages; [
|
buildInputs = with perlPackages; [
|
||||||
autovivification BusinessISBN BusinessISMN BusinessISSN ConfigAutoConf
|
autovivification BusinessISBN BusinessISMN BusinessISSN ConfigAutoConf
|
||||||
DataCompare DataDump DateSimple EncodeEUCJPASCII EncodeHanExtra EncodeJIS2K
|
DataCompare DataDump DateSimple EncodeEUCJPASCII EncodeHanExtra EncodeJIS2K
|
||||||
DateTime DateTimeFormatBuilder DateTimeCalendarJulian
|
DateTime DateTimeFormatBuilder DateTimeCalendarJulian
|
||||||
ExtUtilsLibBuilder FileSlurper FileWhich IPCRun3 LogLog4perl LWPProtocolHttps ListAllUtils
|
ExtUtilsLibBuilder FileSlurper FileWhich IPCRun3 LogLog4perl LWPProtocolHttps ListAllUtils
|
||||||
ListMoreUtils MozillaCA ParseRecDescent IOString ReadonlyXS RegexpCommon TextBibTeX
|
ListMoreUtils MozillaCA ParseRecDescent IOString ReadonlyXS RegexpCommon TextBibTeX
|
||||||
UnicodeLineBreak URI XMLLibXMLSimple XMLLibXSLT XMLWriter
|
UnicodeCollate_1_29 UnicodeLineBreak URI XMLLibXMLSimple XMLLibXSLT XMLWriter
|
||||||
ClassAccessor TextCSV TextCSV_XS TextRoman DataUniqid LinguaTranslit SortKey
|
ClassAccessor TextCSV TextCSV_XS TextRoman DataUniqid LinguaTranslit SortKey
|
||||||
TestDifferences
|
TestDifferences
|
||||||
PerlIOutf8_strict
|
PerlIOutf8_strict
|
||||||
|
@ -89,8 +89,8 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
snapshot = {
|
snapshot = {
|
||||||
year = "2020";
|
year = "2021";
|
||||||
month = "10";
|
month = "01";
|
||||||
day = "09";
|
day = "09";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user