about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorLeo Gaskin <leo.gaskin@le0.gs>2021-05-02 22:00:20 +0200
committerLeo Gaskin <leo.gaskin@le0.gs>2021-05-02 22:05:29 +0200
commitdbc6e67bb3790949fb8394ad36fd946b34beceb9 (patch)
tree6d089aa23bbb600a441ec129b04569408b60efb2 /pkgs/tools/typesetting
parent7bf9a3b2505af37213753b062dd594b91ee513bb (diff)
downloadnixlib-dbc6e67bb3790949fb8394ad36fd946b34beceb9.tar
nixlib-dbc6e67bb3790949fb8394ad36fd946b34beceb9.tar.gz
nixlib-dbc6e67bb3790949fb8394ad36fd946b34beceb9.tar.bz2
nixlib-dbc6e67bb3790949fb8394ad36fd946b34beceb9.tar.lz
nixlib-dbc6e67bb3790949fb8394ad36fd946b34beceb9.tar.xz
nixlib-dbc6e67bb3790949fb8394ad36fd946b34beceb9.tar.zst
nixlib-dbc6e67bb3790949fb8394ad36fd946b34beceb9.zip
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.
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/bin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix
index 022214e3fe78..0c496318e48b 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -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"
     ];