dot2tex: migrate to pyproject

This commit is contained in:
Sigmanificient
2026-05-22 00:28:03 +02:00
parent d442039174
commit 58cfed4561
@@ -5,6 +5,7 @@
replaceVars,
pyparsing,
graphviz,
setuptools,
pytestCheckHook,
texliveSmall,
}:
@@ -12,7 +13,7 @@
buildPythonPackage rec {
pname = "dot2tex";
version = "2.11.3";
format = "setuptools";
pyproject = true;
src = fetchPypi {
inherit pname version;
@@ -29,7 +30,9 @@ buildPythonPackage rec {
./remove-duplicate-script.patch
];
propagatedBuildInputs = [ pyparsing ];
build-system = [ setuptools ];
dependencies = [ pyparsing ];
nativeCheckInputs = [
pytestCheckHook