Skip to content

Commit

Permalink
whisper-cpp: convert to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
aviallon committed Dec 14, 2024
1 parent fdc1223 commit d05678a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
File renamed without changes.
10 changes: 4 additions & 6 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8342,12 +8342,6 @@ with pkgs;

openai-whisper = with python3.pkgs; toPythonApplication openai-whisper;

whisper-cpp = callPackage ../tools/audio/openai-whisper-cpp { };

whisper-cpp-vulkan = whisper-cpp.override {
vulkanSupport = true;
};

openocd-rp2040 = openocd.overrideAttrs (old: {
pname = "openocd-rp2040";
src = fetchFromGitHub {
Expand Down Expand Up @@ -8622,6 +8616,10 @@ with pkgs;
inherit (llvmPackages) clang-unwrapped;
};

whisper-cpp-vulkan = whisper-cpp.override {
vulkanSupport = true;
};

watson-ruby = callPackage ../development/tools/misc/watson-ruby { };

xmake = darwin.apple_sdk_11_0.callPackage ../development/tools/build-managers/xmake {
Expand Down

0 comments on commit d05678a

Please sign in to comment.