dot2tex: migrate to pyproject
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user