Unverified Commit e1812ab0 authored by Michael Daniels's avatar Michael Daniels
Browse files

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

parent 1d663764
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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