From d5178cfc3159231762e2ff00f18106de9bd29000 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Cugnet Date: Mon, 7 Jan 2019 13:28:52 +0100 Subject: [PATCH] yubioath-desktop: Fix the desktop icon --- pkgs/applications/misc/yubioath-desktop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/yubioath-desktop/default.nix b/pkgs/applications/misc/yubioath-desktop/default.nix index 8843c821ffb41..52a5054130b2a 100644 --- a/pkgs/applications/misc/yubioath-desktop/default.nix +++ b/pkgs/applications/misc/yubioath-desktop/default.nix @@ -27,7 +27,7 @@ python27Packages.buildPythonApplication rec { cp resources/yubioath*.{icns,ico,png,xpm} $out/share/yubioath/icons substituteInPlace $out/share/applications/yubioath.desktop \ --replace 'Exec=yubioath-gui' "Exec=$out/bin/yubioath-gui" \ - --replace 'Icon=yubioath' "Icon=$out/share/yubioath/icons" + --replace 'Icon=yubioath' "Icon=$out/share/yubioath/icons/yubioath-desktop.png" '';