whisper-cpp: add passthru.updateScript (#419919)

This commit is contained in:
7c6f434c
2025-08-11 19:48:30 +00:00
committed by GitHub
+3
View File
@@ -11,6 +11,7 @@
which,
autoAddDriverRunpath,
makeWrapper,
nix-update-script,
metalSupport ? stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64,
coreMLSupport ? stdenv.hostPlatform.isDarwin && false, # FIXME currently broken
@@ -170,6 +171,8 @@ effectiveStdenv.mkDerivation (finalAttrs: {
runHook postInstallCheck
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Port of OpenAI's Whisper model in C/C++";
longDescription = ''