summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/instant-messengers/discord/linux.nix
AgeCommit message (Collapse)Author
2022-06-23discord: add openasar optionPedroHLC ☭
2022-06-16Merge pull request #171002 from anund/fix_discord_iconMario Rodas
discord: fix desktop icon location
2022-05-12makeShellWrapper: add explicitly named attributeNaïm Favier
So that things that use the makeShellWrapper/wrapProgramShell functions can depend on makeShellWrapper explicitly, which should ease migration in the future.
2022-05-10makeWrapper,makeBinaryWrapper: introduce explicitly named functionsNaïm Favier
Because both versions might end up in a derivation's build inputs, it might be useful to be able to explicitly select which function to use.
2022-05-10discord: use non-binary wrapper for wrapGAppsHookDominik Xaver Hörl
The use of --add-flags in this derivation does not work with binary wrappers, which wrapGAppsHook uses since #164163.
2022-04-30discord: fix desktop icon locationAnund
${out}/share/pixmaps and $XDG_DATA_DIRS/share/pixmaps are not part of the freedesktop icon theme spec. /usr/share/pixmaps is. There are some packages that have been patched to recognize this non standard path. Those packages may be depending this path so here we only add the equivalent hicolor theme fallback path. Without this change the discord icon won't be picked up by apps attempting to follow the lookup pattern in the freedesktop spec.
2022-02-25treewide: switch all desktop file generators to new APIK900
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2022-01-27wayland: enable ozone via $NIXOS_OZONE_WLWout Mertens
Chrome, Chromium, VSCode, Slack, Signal, Discord, element-desktop, schildichat. For the latter two, the feature flag useWayland was removed and a wrapper script was provided.
2022-01-14discord: add derivations for {x86_64,aarch64}-darwinDevin Singh