whatstyle: migrate to by-name

This commit is contained in:
Guy Chronister
2026-05-06 16:45:36 -05:00
committed by Weijia Wang
parent 75c2e1ad61
commit 3baa9cf69d
2 changed files with 5 additions and 5 deletions
@@ -2,9 +2,13 @@
lib,
python3,
fetchFromGitHub,
clang-unwrapped,
llvmPackages,
}:
let
inherit (llvmPackages) clang-unwrapped;
in
python3.pkgs.buildPythonApplication rec {
pname = "whatstyle";
version = "0.2.0";
-4
View File
@@ -5891,10 +5891,6 @@ with pkgs;
'';
};
whatstyle = callPackage ../development/tools/misc/whatstyle {
inherit (llvmPackages) clang-unwrapped;
};
whisper-cpp-vulkan = whisper-cpp.override {
vulkanSupport = true;
};