mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
qtcreator: remove absolute path in desktop entry
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
3b0e6194fb
commit
4b11c8ab1d
@ -86,11 +86,6 @@ stdenv.mkDerivation rec {
|
|||||||
"--set-default PERFPROFILER_PARSER_FILEPATH ${lib.getBin perf}/bin"
|
"--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; {
|
meta = with lib; {
|
||||||
description = "Cross-platform IDE tailored to the needs of Qt developers";
|
description = "Cross-platform IDE tailored to the needs of Qt developers";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user