summary refs log tree commit diff
path: root/pkgs/tools/typesetting/biber
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2017-12-16 14:44:06 +0100
committerGabriel Ebner <gebner@gebner.org>2017-12-16 14:44:06 +0100
commit0e37c90d88afe8ef1b4b3e12a180318d0a997d90 (patch)
treea9a71a7f7f841054898901840220174bb2cda499 /pkgs/tools/typesetting/biber
parentd3b918a6dc1bc3609a1d149566c7b31c71dfc9b9 (diff)
downloadnixpkgs-0e37c90d88afe8ef1b4b3e12a180318d0a997d90.tar
nixpkgs-0e37c90d88afe8ef1b4b3e12a180318d0a997d90.tar.gz
nixpkgs-0e37c90d88afe8ef1b4b3e12a180318d0a997d90.tar.bz2
nixpkgs-0e37c90d88afe8ef1b4b3e12a180318d0a997d90.tar.lz
nixpkgs-0e37c90d88afe8ef1b4b3e12a180318d0a997d90.tar.xz
nixpkgs-0e37c90d88afe8ef1b4b3e12a180318d0a997d90.tar.zst
nixpkgs-0e37c90d88afe8ef1b4b3e12a180318d0a997d90.zip
biber: add missing dependencies
Diffstat (limited to 'pkgs/tools/typesetting/biber')
-rw-r--r--pkgs/tools/typesetting/biber/default.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/pkgs/tools/typesetting/biber/default.nix b/pkgs/tools/typesetting/biber/default.nix
index 99ef60b399d..30ea9896c94 100644
--- a/pkgs/tools/typesetting/biber/default.nix
+++ b/pkgs/tools/typesetting/biber/default.nix
@@ -2,10 +2,11 @@
 , BusinessISMN, BusinessISSN, ConfigAutoConf, DataCompare, DataDump, DateSimple
 , DateTime, DateTimeFormatBuilder, DateTimeCalendarJulian
 , EncodeEUCJPASCII, EncodeHanExtra, EncodeJIS2K, ExtUtilsLibBuilder
-, FileSlurp, IPCRun3, Log4Perl, LWPProtocolHttps, ListAllUtils, ListMoreUtils
+, FileSlurp, FileWhich, IPCRun3, Log4Perl, LWPProtocolHttps, ListAllUtils, ListMoreUtils
 , MozillaCA, ReadonlyXS, RegexpCommon, TextBibTeX, UnicodeCollate
 , UnicodeLineBreak, URI, XMLLibXMLSimple, XMLLibXSLT, XMLWriter, ClassAccessor
-, TextCSV, TextRoman, DataUniqid, LinguaTranslit, UnicodeNormalize, SortKey }:
+, TextCSV, TextCSV_XS, TextRoman, DataUniqid, LinguaTranslit, UnicodeNormalize, SortKey
+, TestDifferences }:
 
 buildPerlModule rec {
   name = "biber-${version}";
@@ -21,13 +22,14 @@ buildPerlModule rec {
     autovivification BusinessISBN BusinessISMN BusinessISSN ConfigAutoConf
     DataCompare DataDump DateSimple EncodeEUCJPASCII EncodeHanExtra EncodeJIS2K
     DateTime DateTimeFormatBuilder DateTimeCalendarJulian
-    ExtUtilsLibBuilder FileSlurp IPCRun3 Log4Perl LWPProtocolHttps ListAllUtils
+    ExtUtilsLibBuilder FileSlurp FileWhich IPCRun3 Log4Perl LWPProtocolHttps ListAllUtils
     ListMoreUtils MozillaCA ReadonlyXS RegexpCommon TextBibTeX
     UnicodeCollate UnicodeLineBreak URI XMLLibXMLSimple XMLLibXSLT XMLWriter
-    ClassAccessor TextCSV TextRoman DataUniqid LinguaTranslit UnicodeNormalize SortKey
+    ClassAccessor TextCSV TextCSV_XS TextRoman DataUniqid LinguaTranslit UnicodeNormalize SortKey
+    TestDifferences
   ];
 
-  # Tests seem to be broken
+  # Tests depend on the precise Unicode-Collate version (expects 1.19, but we have 1.25)
   doCheck = false;
 
   postUnpack = ''