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:
parent
32a2a0c361
commit
95de7ccddc
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user