biber: Fix eval
Remove UnicodeCollate dependency, which is part of Perl 5.28 and does not exist separately anymore. Add PerlIO::utf8_strict, which lack thereof Biber complains about during build.
This commit is contained in:
parent
2a3ce66ae8
commit
04eddeb969
@ -19,10 +19,7 @@ perlPackages.buildPerlModule rec {
|
||||
UnicodeLineBreak URI XMLLibXMLSimple XMLLibXSLT XMLWriter
|
||||
ClassAccessor TextCSV TextCSV_XS TextRoman DataUniqid LinguaTranslit SortKey
|
||||
TestDifferences
|
||||
];
|
||||
|
||||
checkInputs = with perlPackages; [
|
||||
UnicodeCollate
|
||||
PerlIOutf8_strict
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
x
Reference in New Issue
Block a user