Skip to content

Commit ddc34ff

Browse files
authored
tmp
1 parent f62489e commit ddc34ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
numpy = if pkgs.stdenv.isDarwin
7474
then
7575
prevPython.numpy.overrideAttrs (old: {
76-
buildInputs = (old.buildInputs or []) ++ [ pkgs.Accelerate ];
76+
buildInputs = (old.buildInputs or []) ++ [ pkgs.darwin.apple_sdk.frameworks.Accelerate ];
7777
NPY_BLAS_ORDER = "accelerate";
7878
NPY_LAPACK_ORDER = "accelerate";
7979
})

0 commit comments

Comments
 (0)