Nix-Wrapper: whisper-cpp zu runtimeBins hinzugefügt für lokale Transkription [appimage]
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:
Eddy 2026-04-21 16:20:06 +02:00
parent 48c7b2a30c
commit 384888ccd8

View file

@ -57,7 +57,7 @@ let
# Laufzeit-Binaries die die App spawnen muss (node fuer claude-bridge.js, # Laufzeit-Binaries die die App spawnen muss (node fuer claude-bridge.js,
# npm fuer apply_bundle_update, tar fuer Bundle-Extract) # 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 in
pkgs.stdenv.mkDerivation { pkgs.stdenv.mkDerivation {
pname = "claude-desktop"; pname = "claude-desktop";