python312Packages.pyopencl: reorder inputs

This commit is contained in:
Gaetan Lepage
2024-08-28 13:28:42 +02:00
parent 56223be39f
commit 20767ff03b
@@ -1,25 +1,29 @@
{
lib,
stdenv,
fetchFromGitHub,
darwin,
ocl-icd,
buildPythonPackage,
fetchFromGitHub,
# build-system
cmake,
scikit-build-core,
pathspec,
ninja,
nanobind,
ninja,
numpy,
pathspec,
scikit-build-core,
# buildInputs
opencl-headers,
pybind11,
# dependencies
darwin,
numpy,
ocl-icd,
opencl-headers,
platformdirs,
pybind11,
pytestCheckHook,
pytools,
# checks
pytestCheckHook,
}:
let