We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
passthru.updateScript
2 parents 9b04c87 + a8800fa commit 1c39e58Copy full SHA for 1c39e58
pkgs/by-name/wh/whisper-cpp/package.nix
@@ -11,6 +11,7 @@
11
which,
12
autoAddDriverRunpath,
13
makeWrapper,
14
+ nix-update-script,
15
16
metalSupport ? stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64,
17
coreMLSupport ? stdenv.hostPlatform.isDarwin && false, # FIXME currently broken
@@ -170,6 +171,8 @@ effectiveStdenv.mkDerivation (finalAttrs: {
170
171
runHook postInstallCheck
172
'';
173
174
+ passthru.updateScript = nix-update-script { };
175
+
176
meta = {
177
description = "Port of OpenAI's Whisper model in C/C++";
178
longDescription = ''
0 commit comments