python312Packages.freud: small formatting changes

Changed files
+13 -3
pkgs
development
python-modules
freud
+13 -3
pkgs/development/python-modules/freud/default.nix
···
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
+
+
# build-system
cmake,
cython,
oldest-supported-numpy,
scikit-build,
setuptools,
+
+
# buildInputs
tbb,
+
+
# dependencies
numpy,
rowan,
scipy,
+
+
# tests
pytestCheckHook,
python,
gsd,
···
touch extern/{voro++,fsph,Eigen}/.git
'';
-
nativeBuildInputs = [
+
build-system = [
cmake
cython
oldest-supported-numpy
···
setuptools
];
dontUseCmakeConfigure = true;
-
buildInputs = [ tbb ];
+
buildInputs = [
+
tbb
+
];
-
propagatedBuildInputs = [
+
dependencies = [
numpy
rowan
scipy