deltachat-desktop: install icon

This commit is contained in:
Robert Schütz
2025-04-10 10:28:56 -07:00
parent 3a108f3ce3
commit fcc673d488
@@ -116,6 +116,8 @@ stdenv.mkDerivation (finalAttrs: {
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}" \
--inherit-argv0
install -Dt "$out/share/icons/hicolor/scalable/apps" images/tray/deltachat.svg
runHook postInstall
'';