pygmentex: build with format other

This commit is contained in:
Martin Weinelt
2022-09-19 16:06:08 +02:00
committed by Sandro Jäckel
parent bf17d03665
commit ee2427b69e
@@ -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);