diff options
| author | sss <sss@dark-alexandr.net> | 2026-06-20 16:40:58 +0300 |
|---|---|---|
| committer | sss <sss@dark-alexandr.net> | 2026-06-20 16:40:58 +0300 |
| commit | 7cfbba3ccc1c5702739f95e9809cfd699f94eeaa (patch) | |
| tree | 7648ea3ca68abcc109e1252813171548f93984d0 /ik_llama-cpp.nix | |
| parent | e892ff575180691c019787d5156295caa01b3652 (diff) | |
llama-cpp/ik_llama-cpp: build fix
Diffstat (limited to 'ik_llama-cpp.nix')
| -rw-r--r-- | ik_llama-cpp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ik_llama-cpp.nix b/ik_llama-cpp.nix index 72a34b0..cdde1aa 100644 --- a/ik_llama-cpp.nix +++ b/ik_llama-cpp.nix @@ -42,7 +42,7 @@ self: super: { (cmakeBool "GGML_METAL" false) (cmakeBool "GGML_RPC" true) (cmakeBool "GGML_VULKAN" false) - (cmakeFeature "LLAMA_BUILD_NUMBER" finalAttrs.version) +# (cmakeFeature "LLAMA_BUILD_NUMBER" finalAttrs.version) (cmakeBool "CMAKE_SKIP_BUILD_RPATH" true) "-DLLAMA_BUILD_WEBUI=OFF" "-DLLAMA_BUILD_UI=OFF" |
