texlive.bin.pygmentex: use new texlive package source

This commit is contained in:
Vincenzo Mantova 2023-09-03 12:02:34 +01:00
parent 988124cf20
commit 5f45cca0b9

View File

@ -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 ];