Skip to content

Commit 27787d0

Browse files
committed
gpclient: Remove absolute path in desktop entry
PR #308324 describes the various issues with using absolute paths in desktop entries. This change makes gpclient comply with the direction stated in that PR. Suggested-by: @tomodachi94 Signed-off-by: Rahul Rameshbabu <[email protected]>
1 parent d686cec commit 27787d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/gp/gpclient/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ rustPlatform.buildRustPackage rec {
4747

4848
postFixup = ''
4949
substituteInPlace $out/share/applications/gpgui.desktop \
50-
--replace-fail /usr/bin/gpclient $out/bin/gpclient
50+
--replace-fail /usr/bin/gpclient gpclient
5151
'';
5252
}

0 commit comments

Comments
 (0)