python3.pkgs.{numpy,numpy_1}: remove unused xcbuild dependency

This commit is contained in:
Stanisław Pitucha
2026-04-26 21:23:01 +10:00
parent 4649417945
commit 7cd8f438a2
2 changed files with 0 additions and 4 deletions
@@ -13,7 +13,6 @@
meson-python,
mesonEmulatorHook,
pkg-config,
xcbuild,
# native dependencies
blas,
@@ -79,7 +78,6 @@ buildPythonPackage (finalAttrs: {
meson-python
pkg-config
]
++ lib.optionals (stdenv.hostPlatform.isDarwin) [ xcbuild.xcrun ]
++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ];
buildInputs = [
@@ -13,7 +13,6 @@
meson-python,
mesonEmulatorHook,
pkg-config,
xcbuild,
# native dependencies
blas,
@@ -85,7 +84,6 @@ buildPythonPackage (finalAttrs: {
meson-python
pkg-config
]
++ lib.optionals stdenv.hostPlatform.isDarwin [ xcbuild.xcrun ]
++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ];
# we default openblas to build with 64 threads