9 python3Packages.buildPythonApplication rec {
10 pname = "latexminted";
15 inherit pname version;
16 hash = "sha256-lxqu39RkSdBcSuLbuMmjrD9kiKHZ2yBjLZkJhSUpsSI=";
19 build-system = with python3Packages; [
23 dependencies = with python3Packages; [
30 tests.version = testers.testVersion { package = latexminted; };
34 description = "Python executable for LaTeX minted package";
35 homepage = "https://pypi.org/project/latexminted";
36 license = lib.licenses.lppl13c;
37 mainProgram = "latexminted";
38 maintainers = with lib.maintainers; [ romildo ];