texlive: Propagate biber binary (#42875)

This commit is contained in:
Silvan Mosberger 2018-07-06 00:19:47 +02:00 committed by xeji
parent 1459b2dffa
commit a986631655

View File

@ -4,7 +4,7 @@
, freetype, t1lib, gd, libXaw, icu, ghostscript, ed, libXt, libXpm, libXmu, libXext
, xextproto, perl, libSM, ruby, expat, curl, libjpeg, python, fontconfig, pkgconfig
, poppler, libpaper, graphite2, zziplib, harfbuzz, texinfo, potrace, gmp, mpfr
, xpdf, cairo, pixman, xorg, clisp
, xpdf, cairo, pixman, xorg, clisp, biber
, makeWrapper
}:
@ -261,6 +261,7 @@ dvipng = stdenv.mkDerivation {
};
inherit biber;
bibtexu = bibtex8;
bibtex8 = stdenv.mkDerivation {
name = "texlive-bibtex-x.bin-${version}";