qtcreator: remove absolute path in desktop entry

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-10-14 21:09:29 +02:00
parent 3b0e6194fb
commit 4b11c8ab1d
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -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 = ''