summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/kdevelop5/kdevelop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/kdevelop5/kdevelop.nix')
-rw-r--r--pkgs/applications/editors/kdevelop5/kdevelop.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/applications/editors/kdevelop5/kdevelop.nix b/pkgs/applications/editors/kdevelop5/kdevelop.nix
index 989432fc65df..8993adf92ea1 100644
--- a/pkgs/applications/editors/kdevelop5/kdevelop.nix
+++ b/pkgs/applications/editors/kdevelop5/kdevelop.nix
@@ -7,16 +7,13 @@
, libksysguard, konsole, llvmPackages, makeWrapper, kpurpose, boost
}:
-let
- qtVersion = "5.${lib.versions.minor qtbase.version}";
-in
mkDerivation rec {
pname = "kdevelop";
- version = "5.3.3";
+ version = "5.4.0";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/src/${pname}-${version}.tar.xz";
- sha256 = "0778587qvi268ab2fgggfl40cv2swgr8q891q1paflp3m1xirpff";
+ sha256 = "0zi59xlw6facak1jfzlyviwmpjn98dmircmjyqiv3ac5xr30f0ll";
};
nativeBuildInputs = [
@@ -44,13 +41,6 @@ mkDerivation rec {
dontWrapQtApps = true;
- postPatch = ''
- # FIXME: temporary until https://invent.kde.org/kde/kdevelop/merge_requests/8 is merged
- substituteInPlace kdevplatform/language/backgroundparser/parsejob.cpp --replace \
- 'if (internalFilePath.startsWith(dataPath.canonicalPath() + QStringLiteral("/kdev"))) {' \
- 'if (internalFilePath.startsWith(dataPath.canonicalPath() + QStringLiteral("/kdev")) || localFile.startsWith(path + QStringLiteral("/kdev"))) {'
- '';
-
postInstall = ''
# The kdevelop! script (shell environment) needs qdbus and kioclient5 in PATH.
wrapProgram "$out/bin/kdevelop!" \