mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-15 05:09:05 +00:00
llama-cpp: do not overwrite the actual llama cli
(cherry picked from commit 92b2793f8b)
This commit is contained in:
committed by
github-actions[bot]
parent
59b70cb47b
commit
e5c00aeb8a
@@ -176,9 +176,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
# upstream plans on adding targets at the cmakelevel, remove those
|
||||
# additional steps after that
|
||||
postInstall = ''
|
||||
# Match previous binary name for this package
|
||||
ln -sf $out/bin/llama-cli $out/bin/llama
|
||||
|
||||
mkdir -p $out/include
|
||||
cp $src/include/llama.h $out/include/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user