cvise: unpin LLVM-14

This commit is contained in:
Reno Dakota 2024-11-25 01:59:53 +00:00
parent ec11f1cc97
commit f02f515725
No known key found for this signature in database

View File

@ -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;