whatstyle: migrate to by-name
This commit is contained in:
committed by
Weijia Wang
parent
75c2e1ad61
commit
3baa9cf69d
+5
-1
@@ -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";
|
||||
@@ -5891,10 +5891,6 @@ with pkgs;
|
||||
'';
|
||||
};
|
||||
|
||||
whatstyle = callPackage ../development/tools/misc/whatstyle {
|
||||
inherit (llvmPackages) clang-unwrapped;
|
||||
};
|
||||
|
||||
whisper-cpp-vulkan = whisper-cpp.override {
|
||||
vulkanSupport = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user