From 026e1914ac0f94e72774462c235f6a4ba3edb033 Mon Sep 17 00:00:00 2001 From: Piotr Kwiecinski <2151333+piotrkwiecinski@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:45:56 +0100 Subject: [PATCH] yubioath-flutter: move icon to spec-compliant location --- pkgs/by-name/yu/yubioath-flutter/package.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/by-name/yu/yubioath-flutter/package.nix b/pkgs/by-name/yu/yubioath-flutter/package.nix index f3a4b4725e9c..466db47d6abc 100644 --- a/pkgs/by-name/yu/yubioath-flutter/package.nix +++ b/pkgs/by-name/yu/yubioath-flutter/package.nix @@ -54,8 +54,7 @@ flutter335.buildFlutterApplication rec { ln -fs "${passthru.helper}/bin/authenticator-helper" "$out/app/$pname/helper/authenticator-helper" # Move the icon. - mkdir $out/share/pixmaps - mv $out/app/$pname/linux_support/com.yubico.yubioath.png $out/share/pixmaps + install -Dm444 $out/app/$pname/linux_support/com.yubico.yubioath.png $out/share/icons/hicolor/128x128/apps/com.yubico.yubioath.png # Cleanup. rm -rf \