mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
texlive: Propagate biber binary (#42875)
This commit is contained in:
parent
1459b2dffa
commit
a986631655
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user