Skip to content

Commit 1c39e58

Browse files
authored
whisper-cpp: add passthru.updateScript (#419919)
2 parents 9b04c87 + a8800fa commit 1c39e58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/wh/whisper-cpp/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
which,
1212
autoAddDriverRunpath,
1313
makeWrapper,
14+
nix-update-script,
1415

1516
metalSupport ? stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64,
1617
coreMLSupport ? stdenv.hostPlatform.isDarwin && false, # FIXME currently broken
@@ -170,6 +171,8 @@ effectiveStdenv.mkDerivation (finalAttrs: {
170171
runHook postInstallCheck
171172
'';
172173

174+
passthru.updateScript = nix-update-script { };
175+
173176
meta = {
174177
description = "Port of OpenAI's Whisper model in C/C++";
175178
longDescription = ''

0 commit comments

Comments
 (0)