cvise: unpin LLVM-14
This commit is contained in:
parent
ec11f1cc97
commit
f02f515725
@ -8158,7 +8158,7 @@ with pkgs;
|
||||
|
||||
cvise = python3Packages.callPackage ../development/tools/misc/cvise {
|
||||
# cvise keeps up with fresh llvm releases and supports wide version range
|
||||
inherit (llvmPackages_14) llvm libclang;
|
||||
inherit (llvmPackages) llvm libclang;
|
||||
};
|
||||
|
||||
dbt = with python3Packages; toPythonApplication dbt-core;
|
||||
|
Loading…
Reference in New Issue
Block a user