python312Packages.freud: small formatting changes

This commit is contained in:
Doron Behar
2025-09-14 01:08:40 +03:00
parent 26a0a4ab75
commit 0cd00aa2e4
@@ -3,15 +3,23 @@
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
# build-system
cmake,
cython,
oldest-supported-numpy,
scikit-build,
setuptools,
# buildInputs
tbb,
# dependencies
numpy,
rowan,
scipy,
# tests
pytestCheckHook,
python,
gsd,
@@ -50,7 +58,7 @@ buildPythonPackage rec {
touch extern/{voro++,fsph,Eigen}/.git
'';
nativeBuildInputs = [
build-system = [
cmake
cython
oldest-supported-numpy
@@ -58,9 +66,11 @@ buildPythonPackage rec {
setuptools
];
dontUseCmakeConfigure = true;
buildInputs = [ tbb ];
buildInputs = [
tbb
];
propagatedBuildInputs = [
dependencies = [
numpy
rowan
scipy