Nix: only add Accelerate framework on macOS
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
parent
8defc0a54e
commit
034b589102
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
{
|
||||
packages.default = pkgs.stdenv.mkDerivation {
|
||||
name = "llama.cpp";
|
||||
buildInputs = [
|
||||
buildInputs = pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
||||
pkgs.darwin.apple_sdk.frameworks.Accelerate
|
||||
];
|
||||
src = ./.;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue