From a9866316558bfa2c23afb376abf39985e64fe7e3 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Fri, 6 Jul 2018 00:19:47 +0200 Subject: [PATCH] texlive: Propagate biber binary (#42875) --- pkgs/tools/typesetting/tex/texlive/bin.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix index 6555c999d7f2..32894748ac46 100644 --- a/pkgs/tools/typesetting/tex/texlive/bin.nix +++ b/pkgs/tools/typesetting/tex/texlive/bin.nix @@ -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}";