kdevelop: use LLVM 10

This fixes a bug: https://bugs.kde.org/show_bug.cgi?id=403484
The upstream also prefers LLVM 10: https://cgit.kde.org/kdevelop.git/tree/appimage/Dockerfile?h=5.5#n8
This commit is contained in:
Gábor Lehel 2020-05-28 13:44:38 +03:00 committed by GitHub
parent 32a2a0c361
commit 95de7ccddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20387,7 +20387,7 @@ in
kdevelop-pg-qt = libsForQt5.callPackage ../applications/editors/kdevelop5/kdevelop-pg-qt.nix { };
kdevelop-unwrapped = libsForQt5.callPackage ../applications/editors/kdevelop5/kdevelop.nix {
llvmPackages = llvmPackages_7;
llvmPackages = llvmPackages_10;
};
kdev-php = libsForQt5.callPackage ../applications/editors/kdevelop5/kdev-php.nix { };