summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex/texlive
diff options
context:
space:
mode:
authorVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-09-03 12:02:34 +0100
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-10-07 18:49:18 +0100
commit471ab010da1005e5b73e3aea3e60988668821be9 (patch)
tree89d433a885302aa46c0b829735030601883d19f7 /pkgs/tools/typesetting/tex/texlive
parent5f45cca0b92aef9777a8be0a4476bf3f4e065d25 (diff)
downloadnixpkgs-471ab010da1005e5b73e3aea3e60988668821be9.tar
nixpkgs-471ab010da1005e5b73e3aea3e60988668821be9.tar.gz
nixpkgs-471ab010da1005e5b73e3aea3e60988668821be9.tar.bz2
nixpkgs-471ab010da1005e5b73e3aea3e60988668821be9.tar.lz
nixpkgs-471ab010da1005e5b73e3aea3e60988668821be9.tar.xz
nixpkgs-471ab010da1005e5b73e3aea3e60988668821be9.tar.zst
nixpkgs-471ab010da1005e5b73e3aea3e60988668821be9.zip
texlive.bin.xpdfopen: use new texlive package source
Diffstat (limited to 'pkgs/tools/typesetting/tex/texlive')
-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 046dcbffd64..402c0c247e9 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -436,7 +436,7 @@ xdvi = stdenv.mkDerivation {
 
 xpdfopen = stdenv.mkDerivation {
   pname = "texlive-xpdfopen.bin";
-  inherit (lib.head texlive.xpdfopen.pkgs) version;
+  inherit (texlive.pkgs.xpdfopen) version;
 
   inherit (common) src;