Skip to content

Commit

Permalink
flake : use pkg-config instead of pkgconfig (ggerganov#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed Sep 15, 2023
1 parent a51b687 commit 235f7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
with pkgs; [ openblas ]
);
pkgs = import nixpkgs { inherit system; };
nativeBuildInputs = with pkgs; [ cmake ninja pkgconfig ];
nativeBuildInputs = with pkgs; [ cmake ninja pkg-config ];
llama-python =
pkgs.python3.withPackages (ps: with ps; [ numpy sentencepiece ]);
postPatch = ''
Expand Down

0 comments on commit 235f7c1

Please sign in to comment.