From 0a8ec24f85d21c00afcac0f5c72013d2584bcc81 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Tue, 17 Feb 2026 11:47:00 +0100 Subject: [PATCH] teeworlds: comply with freedesktop icon specification --- pkgs/by-name/te/teeworlds/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/te/teeworlds/package.nix b/pkgs/by-name/te/teeworlds/package.nix index 4f69c4f9f014..6808477dbf63 100644 --- a/pkgs/by-name/te/teeworlds/package.nix +++ b/pkgs/by-name/te/teeworlds/package.nix @@ -101,8 +101,8 @@ stdenv.mkDerivation (finalAttrs: { postInstall = lib.optionalString buildClient ( lib.optionalString stdenv.hostPlatform.isLinux '' # Convert and install desktop icon - mkdir -p $out/share/pixmaps - icotool --extract --index 1 --output $out/share/pixmaps/teeworlds.png $src/other/icons/teeworlds.ico + mkdir -p $out/share/icons/hicolor/256x256/apps + icotool --extract --index 1 --output $out/share/icons/hicolor/256x256/apps/teeworlds.png $src/other/icons/teeworlds.ico # Install menu item install -D $src/other/teeworlds.desktop $out/share/applications/teeworlds.desktop