Skip to content

Commit

Permalink
flake : Restore default package's buildInputs (ggerganov#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpdns90321 committed Sep 20, 2023
1 parent a40f2b6 commit 80834da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
in
{
packages.default = pkgs.stdenv.mkDerivation {
inherit name src meta postPatch nativeBuildInputs buildInputs postInstall;
inherit name src meta postPatch nativeBuildInputs postInstall;
buildInputs = osSpecific;
cmakeFlags = cmakeFlags
++ (if isAarch64 && isDarwin then [
"-DCMAKE_C_FLAGS=-D__ARM_FEATURE_DOTPROD=1"
Expand Down

0 comments on commit 80834da

Please sign in to comment.