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:
parent
7bf9a3b250
commit
dbc6e67bb3
@ -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"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user