about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord/base.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-11-21discord: remove double systemd dependencywackbyte1-1/+1
2021-07-15discord: fix updater script (#128633)Moritz Hedtke1-1/+10
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-3/+3
2021-06-09discord: symlink Discord to discord to be consistent (#126254)Artturi1-0/+2
with distros such as arch
2021-06-04discord-canary: 0.0.123 -> 0.0.124Artturin1-1/+2
2021-05-25discord: fix runtime linkingJonathan Ringer1-3/+3
2021-04-27discord: Remove tadeokondrak as maintainerTadeo Kondrak1-1/+1
I added myself as a maintainer when I made a significant change to the package, but I no longer use Discord.
2021-04-19discord: remove unused inputSandro1-1/+1
2021-04-18discord: fix autoPatchelfHook not finding libXdamage.so.1Jonathan Ringer1-0/+1
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-10-11discord: Add libdbusmenu dependency (#100234)Lana Black1-2/+2
2020-06-23discord: fix appindicator tray icon supportBenjamin Staffin1-1/+2
Include libappindicator-gtk3 in discord's library path so it's able to create an indicator icon.
2020-06-14discord: add libuuid to nativeBuildInputsJoe1-0/+1
The libuuid.so.1 file can't be found and this allows the package builder to find it.
2020-06-11discord-canary: 0.0.103 -> 0.0.104Riley Inman1-6/+20
This update updates the necessary dependencies, and enables patchelf on the binary in order to make it launch again.
2020-04-12discord-{ptb,canary}: update to latest versions and fixup updateScriptBenjamin Hipple1-0/+2
This commit: - Moves the update script into the dir, out of the maintainers dir. This makes it more discoverable in general. It can also be invoked from anywhere to write to default.nix - Swaps it to use the standardized `passthru.updateScript`. This means that eventually bots like `nixpkgs-update` will be able to handle it. - Runs the script to upgrade to the latest versions See https://nixos.org/nixpkgs/manual/#ssec-stdenv-attributes
2019-12-20Add mimeType to discord package (#76057)skykanin1-0/+1
* Add mimeType to discord package * Fix spacing
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-07-19discord: Fix desktop iconBenjamin Staffin1-1/+1
The name used in the .desktop file needs to match the filename that exists in $out/share/pixmaps/ for it to work.
2019-06-23discord-{ptb,canary}: init; add `update-discord`Tadeo Kondrak1-0/+61