summary refs log tree commit diff
path: root/pkgs/tools/typesetting
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
commit5f45cca0b92aef9777a8be0a4476bf3f4e065d25 (patch)
treea174ac2e2f50083e25aa9162f338f507f60aafb2 /pkgs/tools/typesetting
parent988124cf206384e4ef826987d8a1158cc27ec1c2 (diff)
downloadnixpkgs-5f45cca0b92aef9777a8be0a4476bf3f4e065d25.tar
nixpkgs-5f45cca0b92aef9777a8be0a4476bf3f4e065d25.tar.gz
nixpkgs-5f45cca0b92aef9777a8be0a4476bf3f4e065d25.tar.bz2
nixpkgs-5f45cca0b92aef9777a8be0a4476bf3f4e065d25.tar.lz
nixpkgs-5f45cca0b92aef9777a8be0a4476bf3f4e065d25.tar.xz
nixpkgs-5f45cca0b92aef9777a8be0a4476bf3f4e065d25.tar.zst
nixpkgs-5f45cca0b92aef9777a8be0a4476bf3f4e065d25.zip
texlive.bin.pygmentex: use new texlive package source
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 ff4adcb78d2..046dcbffd64 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -355,7 +355,7 @@ pygmentex = python3Packages.buildPythonApplication rec {
   inherit (src) version;
   format = "other";
 
-  src = assertFixedHash pname (lib.head (builtins.filter (p: p.tlType == "run") texlive.pygmentex.pkgs));
+  src = assertFixedHash pname texlive.pkgs.pygmentex.tex;
 
   propagatedBuildInputs = with python3Packages; [ pygments chardet ];