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

authored by 7c6f434c and committed by GitHub 1c39e588 9b04c871

+3
+3
pkgs/by-name/wh/whisper-cpp/package.nix
··· 11 11 which, 12 12 autoAddDriverRunpath, 13 13 makeWrapper, 14 + nix-update-script, 14 15 15 16 metalSupport ? stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64, 16 17 coreMLSupport ? stdenv.hostPlatform.isDarwin && false, # FIXME currently broken ··· 169 170 "$out/bin/whisper-cli" --help >/dev/null 170 171 runHook postInstallCheck 171 172 ''; 173 + 174 + passthru.updateScript = nix-update-script { }; 172 175 173 176 meta = { 174 177 description = "Port of OpenAI's Whisper model in C/C++";