Merge pull request #113154 from MetaDark/ccls

This commit is contained in:
Jörg Thalheim 2021-02-15 14:48:09 +00:00 committed by GitHub
commit a0b10452c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12039,8 +12039,7 @@ in
cpplint = callPackage ../development/tools/analysis/cpplint { };
ccls = callPackage ../development/tools/misc/ccls {
llvmPackages = llvmPackages_8;
stdenv = llvmPackages_8.stdenv;
llvmPackages = llvmPackages_latest;
};
credstash = with python3Packages; toPythonApplication credstash;