From 4b11c8ab1df0438010b44df26bbbc0d1a176128d Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Mon, 14 Oct 2024 21:09:29 +0200 Subject: [PATCH] qtcreator: remove absolute path in desktop entry Signed-off-by: Sefa Eyeoglu --- pkgs/development/tools/qtcreator/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/tools/qtcreator/default.nix b/pkgs/development/tools/qtcreator/default.nix index 54831c7028f3..9956e931b064 100644 --- a/pkgs/development/tools/qtcreator/default.nix +++ b/pkgs/development/tools/qtcreator/default.nix @@ -86,11 +86,6 @@ stdenv.mkDerivation rec { "--set-default PERFPROFILER_PARSER_FILEPATH ${lib.getBin perf}/bin" ]; - postInstall = '' - substituteInPlace $out/share/applications/org.qt-project.qtcreator.desktop \ - --replace "Exec=qtcreator" "Exec=$out/bin/qtcreator" - ''; - meta = with lib; { description = "Cross-platform IDE tailored to the needs of Qt developers"; longDescription = ''