llama-cpp: bring back llama binary (#541066)

This commit is contained in:
Sandro
2026-07-13 11:31:12 +00:00
committed by GitHub

View File

@@ -38,7 +38,6 @@
vulkanSupport ? false,
rpcSupport ? false,
openssl,
llama-cpp,
shaderc,
vulkan-headers,
vulkan-loader,
@@ -190,9 +189,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/