python312Packages.pystatgrab: refactor

This commit is contained in:
Fabian Affolter 2024-05-22 12:10:10 +02:00
parent e4216e0253
commit fb97a6acd8

View File

@ -26,11 +26,14 @@ buildPythonPackage rec {
hash = "sha256-0FDhkIK8jy3/SFmCzrl9l4RTeIKDjO0o5UoODx6Wnfs=";
};
build-system = [
setuptools
wheel
];
nativeBuildInputs = [
cython
pkg-config
setuptools
wheel
];
buildInputs = [