From 91b885597177833012fc42083fb0ab32af72b9e2 Mon Sep 17 00:00:00 2001 From: pancaek <20342389+pancaek@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:27:13 -0800 Subject: [PATCH] hoppscotch: move icon to spec-compliant location --- pkgs/by-name/ho/hoppscotch/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ho/hoppscotch/package.nix b/pkgs/by-name/ho/hoppscotch/package.nix index 609f7972f528..3e6352529e4b 100644 --- a/pkgs/by-name/ho/hoppscotch/package.nix +++ b/pkgs/by-name/ho/hoppscotch/package.nix @@ -92,7 +92,7 @@ else '' # Install .desktop files install -Dm444 ${appimageContents}/Hoppscotch.desktop $out/share/applications/hoppscotch.desktop - install -Dm444 ${appimageContents}/Hoppscotch.png $out/share/pixmaps/hoppscotch.png + install -Dm444 ${appimageContents}/Hoppscotch.png $out/share/icons/hicolor/256x256/apps/hoppscotch.png substituteInPlace $out/share/applications/hoppscotch.desktop \ --replace-fail "hoppscotch-desktop" "hoppscotch" '';