From cddcb797a3287aab52da11407f81dadaa08d9f79 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Mon, 14 Oct 2024 21:27:37 +0200 Subject: [PATCH] fclones-gui: remove absolute path in desktop entry Signed-off-by: Sefa Eyeoglu --- pkgs/tools/misc/fclones/gui.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/misc/fclones/gui.nix b/pkgs/tools/misc/fclones/gui.nix index bf010cfa798e..e5e611336439 100644 --- a/pkgs/tools/misc/fclones/gui.nix +++ b/pkgs/tools/misc/fclones/gui.nix @@ -38,7 +38,6 @@ rustPlatform.buildRustPackage rec { postInstall = '' substituteInPlace snap/gui/fclones-gui.desktop \ - --replace Exec=fclones-gui Exec=$out/bin/fclones-gui \ --replace 'Icon=''${SNAP}/meta/gui/fclones-gui.png' Icon=fclones-gui install -Dm444 snap/gui/fclones-gui.desktop -t $out/share/applications