python3Packages.vina: change 'format = "pyproject"' to 'pyproject = true'

This commit is contained in:
Michael Daniels
2026-01-13 18:14:06 -05:00
parent 7d9a7b01ab
commit 58363f061c
@@ -19,7 +19,7 @@ buildPythonPackage {
meta
;
format = "pyproject";
pyproject = true;
sourceRoot = "${autodock-vina.src.name}/build/python";
@@ -29,7 +29,7 @@ buildPythonPackage {
substituteInPlace setup.py \
--replace "python_requires='>=3.5.*'" "python_requires='>=3.5'"
# setupPyBuildFlags are not applied with `format = "pyproject"`
# setupPyBuildFlags are not applied with `pyproject = true`
substituteInPlace setup.py \
--replace "= locate_boost()" "= '${lib.getDev boost}/include', '${boost}/lib'"