Nix-Wrapper: whisper-cpp zu runtimeBins hinzugefügt für lokale Transkription [appimage]
All checks were successful
Build AppImage / build (push) Successful in 8m40s
All checks were successful
Build AppImage / build (push) Successful in 8m40s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
48c7b2a30c
commit
384888ccd8
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ let
|
|||
|
||||
# Laufzeit-Binaries die die App spawnen muss (node fuer claude-bridge.js,
|
||||
# npm fuer apply_bundle_update, tar fuer Bundle-Extract)
|
||||
runtimeBins = [ pkgs.nodejs_22 pkgs.gnutar pkgs.gzip pkgs.ffmpeg-headless ];
|
||||
runtimeBins = [ pkgs.nodejs_22 pkgs.gnutar pkgs.gzip pkgs.ffmpeg-headless pkgs.whisper-cpp ];
|
||||
in
|
||||
pkgs.stdenv.mkDerivation {
|
||||
pname = "claude-desktop";
|
||||
|
|
|
|||
Loading…
Reference in a new issue