Commit fb97a6ac authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pystatgrab: refactor

parent e4216e02
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -26,11 +26,14 @@ buildPythonPackage rec {
    hash = "sha256-0FDhkIK8jy3/SFmCzrl9l4RTeIKDjO0o5UoODx6Wnfs=";
  };

  build-system = [
    setuptools
    wheel
  ];

  nativeBuildInputs = [
    cython
    pkg-config
    setuptools
    wheel
  ];

  buildInputs = [