about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2018-12-08 08:56:32 -0500
committerMario Rodas <marsam@users.noreply.github.com>2018-12-08 08:56:32 -0500
commit679a1f728ebd3e13f091ea3651f61cc2e91411e1 (patch)
treef96751f13e1daf5307af2aa18e65d792475dbfd4 /pkgs/tools/typesetting
parent59b6fe36f5f5db64ab48288e258c282efa73c094 (diff)
downloadnixlib-679a1f728ebd3e13f091ea3651f61cc2e91411e1.tar
nixlib-679a1f728ebd3e13f091ea3651f61cc2e91411e1.tar.gz
nixlib-679a1f728ebd3e13f091ea3651f61cc2e91411e1.tar.bz2
nixlib-679a1f728ebd3e13f091ea3651f61cc2e91411e1.tar.lz
nixlib-679a1f728ebd3e13f091ea3651f61cc2e91411e1.tar.xz
nixlib-679a1f728ebd3e13f091ea3651f61cc2e91411e1.tar.zst
nixlib-679a1f728ebd3e13f091ea3651f61cc2e91411e1.zip
texlive: fix link to poppler patch
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 73d8b6d0edb6..29a7f05af071 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -29,7 +29,7 @@ let
     patches = [
       (fetchurl {
         name = "texlive-poppler-0.64.patch";
-        url = https://git.archlinux.org/svntogit/packages.git/plain/trunk/texlive-poppler-0.64.patch?h=packages/texlive-bin;
+        url = https://git.archlinux.org/svntogit/packages.git/plain/trunk/texlive-poppler-0.64.patch?h=packages/texlive-bin&id=da56abf0f8a1e85daca0ec0f031b8fa268519e6b;
         sha256 = "0443d074zl3c5raba8jyhavish706arjcd80ibb84zwnwck4ai0w";
       })
       (fetchurl {