mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	flake : use pkg-config instead of pkgconfig (#3188)
pkgconfig is an alias, it got removed from nixpkgs:
295a5e1e2b/pkgs/top-level/aliases.nix (L1408)
			
			
This commit is contained in:
		| @@ -34,7 +34,7 @@ | |||||||
|             with pkgs; [ openblas ] |             with pkgs; [ openblas ] | ||||||
|         ); |         ); | ||||||
|         pkgs = import nixpkgs { inherit system; }; |         pkgs = import nixpkgs { inherit system; }; | ||||||
|         nativeBuildInputs = with pkgs; [ cmake ninja pkgconfig ]; |         nativeBuildInputs = with pkgs; [ cmake ninja pkg-config ]; | ||||||
|         llama-python = |         llama-python = | ||||||
|           pkgs.python3.withPackages (ps: with ps; [ numpy sentencepiece ]); |           pkgs.python3.withPackages (ps: with ps; [ numpy sentencepiece ]); | ||||||
|         postPatch = '' |         postPatch = '' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Evgeny Kurnevsky
					Evgeny Kurnevsky