texlive.bin.pygmentex: use new texlive package source
This commit is contained in:
parent
988124cf20
commit
5f45cca0b9
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user