treewide: "format = "other";" -> "pyproject = false;"

This commit is contained in:
Michael Daniels
2026-05-02 18:24:16 -04:00
parent 1d66376480
commit e1812ab0c6
+2 -2
View File
@@ -28,8 +28,8 @@ stdenv.mkDerivation (finalAttrs: {
pname = "neuron";
version = "8.2.7";
# format is for pythonModule conversion
format = "other";
# pyproject is for pythonModule conversion
pyproject = false;
nativeBuildInputs = [
cmake