Unverified Commit 1c39e588 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

parents 9b04c871 a8800fa9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = ''