From b178a7efa12e9052fecaa70f3d8aa44ebb793697 Mon Sep 17 00:00:00 2001 From: Jan Likar Date: Sat, 2 Mar 2024 15:15:31 +0100 Subject: [PATCH] ssb-patchwork: refactor This commit supresses an error message during the install. `makeDesktopItem.icon` may not contain a file extension when using relative paths. Tested on 23.11 with Plasma 5. --- pkgs/applications/networking/ssb-patchwork/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/ssb-patchwork/default.nix b/pkgs/applications/networking/ssb-patchwork/default.nix index 91875c1b5584..9e1f59f0bed6 100644 --- a/pkgs/applications/networking/ssb-patchwork/default.nix +++ b/pkgs/applications/networking/ssb-patchwork/default.nix @@ -22,7 +22,7 @@ let desktopItem = makeDesktopItem { name = "ssb-patchwork"; exec = "${binary}/bin/ssb-patchwork"; - icon = "ssb-patchwork.png"; + icon = "ssb-patchwork"; comment = "Client for the decentralized social network Secure Scuttlebutt"; desktopName = "Patchwork"; genericName = "Patchwork";