texlive.bin: Use xpdf provided by TeXLive

This is done because the xpdf provided by Nixpkgs is marked as
insecure.  Granted, the version provided by TeXLive also has these
vulnerabilities, but it might be okay to treat them as irrelevant in
the context of TeX.
This commit is contained in:
Leo Gaskin 2021-05-02 22:00:20 +02:00
parent 7bf9a3b250
commit dbc6e67bb3

View file

@ -41,7 +41,7 @@ let
]
++ withSystemLibs [
# see "from TL tree" vs. "Using installed" in configure output
"zziplib" "xpdf" "mpfr" "gmp"
"zziplib" "mpfr" "gmp"
"pixman" "potrace" "gd" "freetype2" "libpng" "libpaper" "zlib"
];