0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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 = [