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:
Jan Tojnar 2019-05-03 19:45:10 +02:00
parent 2a3ce66ae8
commit 04eddeb969
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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; {