llama-cpp: do not overwrite the actual llama cli

(cherry picked from commit 92b2793f8b)
This commit is contained in:
jaredmontoya
2026-07-12 16:25:43 +02:00
committed by github-actions[bot]
parent 59b70cb47b
commit e5c00aeb8a

View File

@@ -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/