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:
@@ -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"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user