pygmentex: build with format other
This commit is contained in:
@@ -336,6 +336,7 @@ latexindent = perlPackages.buildPerlPackage rec {
|
||||
pygmentex = python3Packages.buildPythonApplication rec {
|
||||
pname = "pygmentex";
|
||||
inherit (src) version;
|
||||
format = "other";
|
||||
|
||||
src = lib.head (builtins.filter (p: p.tlType == "run") texlive.pygmentex.pkgs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user