summary refs log tree commit diff
path: root/pkgs/applications/misc/yubioath-desktop
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-16 21:45:43 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-16 21:45:43 +0200
commit1766f30971795e524eac5138bfa53c676ffaedad (patch)
treea55f9bdd918c5d367db84c535c7dc35f448be287 /pkgs/applications/misc/yubioath-desktop
parentf93a4f2adda6eb21a69d9d2ef9e9d0b6f6a03c66 (diff)
downloadnixpkgs-1766f30971795e524eac5138bfa53c676ffaedad.tar
nixpkgs-1766f30971795e524eac5138bfa53c676ffaedad.tar.gz
nixpkgs-1766f30971795e524eac5138bfa53c676ffaedad.tar.bz2
nixpkgs-1766f30971795e524eac5138bfa53c676ffaedad.tar.lz
nixpkgs-1766f30971795e524eac5138bfa53c676ffaedad.tar.xz
nixpkgs-1766f30971795e524eac5138bfa53c676ffaedad.tar.zst
nixpkgs-1766f30971795e524eac5138bfa53c676ffaedad.zip
yubioath-desktop: fix icon
Diffstat (limited to 'pkgs/applications/misc/yubioath-desktop')
-rw-r--r--pkgs/applications/misc/yubioath-desktop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/yubioath-desktop/default.nix b/pkgs/applications/misc/yubioath-desktop/default.nix
index bb4b5afe1b2..9cfd7650c49 100644
--- a/pkgs/applications/misc/yubioath-desktop/default.nix
+++ b/pkgs/applications/misc/yubioath-desktop/default.nix
@@ -44,7 +44,7 @@ mkDerivation rec {
       cp resources/icons/*.{icns,ico,png,svg} $out/share/yubioath/icons
       substituteInPlace $out/share/applications/com.yubico.yubioath.desktop \
         --replace 'Exec=yubioath-desktop' "Exec=$out/bin/yubioath-desktop" \
-        --replace 'Icon=yubioath' "Icon=$out/share/yubioath/icons/com.yubico.yubioath.png"
+        --replace 'Icon=com.yubico.yubioath' "Icon=$out/share/yubioath/icons/com.yubico.yubioath.png"
   '';
 
   meta = with lib; {