3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

102 commits

Author SHA1 Message Date
Artturi f07bc4063b
Merge pull request #159112 from wackbyte/discord-canary-0.0.133 2022-02-12 19:18:17 +02:00
wackbyte 3e5aee615b
discord-canary: 0.0.280 -> 0.0.283 (darwin) 2022-02-11 19:40:13 -05:00
wackbyte 8bfdab3549
discord-canary: 0.0.132 -> 0.0.133 (linux) 2022-02-11 19:37:30 -05:00
Infinidoge 4df455ae9b
nit: remove mysterious extra newlines 2022-02-11 09:24:40 -05:00
Infinidoge 0f47936e80
discord: set meta.mainProgram to binaryName
Additionally, pull out repetitive pieces of the `packages` definition.
2022-02-11 09:10:30 -05:00
Bobby Rong 731d3e4a91
Merge pull request #155798 from devins2518/discord
discord-ptb: 0.0.58 -> 0.0.59
2022-01-31 23:40:53 +08:00
Wout Mertens b2eb5f62a7 wayland: enable ozone via $NIXOS_OZONE_WL
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-27 09:46:36 +01:00
Devin Singh adebfd54d4
discord-ptb: 0.0.58 -> 0.0.59 2022-01-20 00:46:06 -06:00
Devin Singh 8a6cde9143
discord: add derivations for {x86_64,aarch64}-darwin 2022-01-14 19:19:26 -06:00
legendofmiracles e48e9fea57
Merge pull request #153835 from jyooru/update/discord-ptb
discord-ptb: 0.0.26 -> 0.0.27
2022-01-14 09:03:28 -06:00
Infinidoge 6bc0a0443a
discord-canary: 0.0.131 -> 0.0.132 2022-01-11 21:31:26 -05:00
Joel ff11138831
discord-ptb: 0.0.26 -> 0.0.27 2022-01-07 21:56:56 +10:00
wackbyte 652d17ec78
discord: remove double systemd dependency 2021-11-21 18:29:40 -05:00
ThreshMain 70ba794266
discord-canary: 0.0.130 -> 0.0.131 2021-09-22 22:58:17 +02:00
ThreshMain a343985ac2
discord-ptb: 0.0.25 -> 0.0.26 2021-09-22 22:56:55 +02:00
Moritz Hedtke a22f268894
discord: 0.0.15 → 0.0.16 2021-09-22 20:46:29 +02:00
jmc-figueira dea8e689d1
discord-canary: 0.0.129 -> 0.0.130 2021-09-14 20:06:25 +01:00
jmc-figueira 3309bddc40
discord-canary: 0.0.128 -> 0.0.129 2021-09-02 00:46:06 +01:00
Mihai Fufezan 861350f65b
discord-canary: 0.0.126 -> 0.0.128 2021-08-28 00:22:22 +03:00
Moritz Hedtke 8e170dc44a
discord: fix updater script (#128633)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-15 22:14:41 +02:00
Artturin 7c7adc7b20 discord-canary: 0.0.124 -> 0.0.125 2021-06-16 00:30:15 +03:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Artturi b22ea7f5d1
discord: symlink Discord to discord to be consistent (#126254)
with distros such as arch
2021-06-09 15:47:21 +02:00
Artturin f3dac01a71 discord-canary: 0.0.123 -> 0.0.124 2021-06-04 21:23:34 +03:00
Jonathan Ringer c5bed409b2 discord: fix runtime linking 2021-05-25 21:55:15 -07:00
wearemnr 501e54080d discord: 0.0.14 -> 0.0.15 2021-05-24 23:37:49 -07:00
Wyatt Osterling 03a623970f
discord-canary: 0.0.121 -> 0.0.122
bump DiscordCanary from version 0.0.121 to 0.0.122
2021-05-21 23:31:18 -04:00
Hedtke, Moritz ca8e76267d
discord-canary: 0.0.119 -> 0.0.121 2021-05-15 13:16:59 +02:00
Tadeo Kondrak 754c14f16b
discord: Remove tadeokondrak as maintainer
I added myself as a maintainer when I made a significant change to the
package, but I no longer use Discord.
2021-04-27 13:10:25 -06:00
Sandro 2ac2ff3ddb
discord: remove unused input 2021-04-19 02:16:42 +02:00
Jonathan Ringer 760b143880 discord: fix autoPatchelfHook not finding libXdamage.so.1 2021-04-18 11:12:38 -07:00
Reed 2db8c55de0 discord: 0.0.13 -> 0.0.14 2021-03-23 19:36:34 -07:00
R. RyanTM 3e949bd883 discord-canary: 0.0.118 -> 0.0.119 2021-02-10 03:50:21 +00:00
R. RyanTM e24036c9a0 discord-canary: 0.0.116 -> 0.0.118 2021-01-29 17:11:48 +00:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
ldesgoui 247e919436 discord: 0.0.12 -> 0.0.13 2020-12-04 21:17:04 -08:00
R. RyanTM 09a0f4ca31 discord-ptb: 0.0.22 -> 0.0.23 2020-11-27 17:46:28 +00:00
R. RyanTM e5d4ce724a discord-canary: 0.0.114 -> 0.0.115 2020-11-13 08:36:54 +00:00
Lana Black 3a520ad45c
discord: Add libdbusmenu dependency (#100234) 2020-10-11 15:14:59 -04:00
R. RyanTM 170d1a605d discord-canary: 0.0.112 -> 0.0.114 2020-09-28 09:17:09 +00:00
Tethys Svensson 1937fd3f19 discord-canary: 0.0.111 -> 0.0.112 2020-09-10 13:55:40 -07:00
Tethys Svensson 3ca40eebf9 discord-ptb: 0.0.21 -> 0.0.22 2020-09-10 13:55:40 -07:00
Tethys Svensson 977147bd04 discord: 0.0.11 -> 0.0.12 2020-09-10 13:55:40 -07:00
ldesgoui 0b56ef9f2a discord-canary: 0.0.106 -> 0.0.111 2020-08-15 16:23:28 +02:00
Jonathan Ringer 9fbbe30a44 discord-canary: 0.0.105 -> 0.0.106 2020-08-06 12:15:47 -07:00
Jonathan Ringer 76ee4f6dbc discord-ptb: 0.0.20 -> 0.0.21 2020-08-06 12:15:47 -07:00
ldesgoui ded6c3db4e discord: 0.0.10 -> 0.0.11 2020-08-06 11:58:13 -07:00
Ryan Mulligan 9f67493bc4 discord-canary: 0.0.104 -> 0.0.105 2020-07-31 01:06:24 -07:00
Benjamin Staffin e6307b46d8 discord: fix appindicator tray icon support
Include libappindicator-gtk3 in discord's library path so it's able to
create an indicator icon.
2020-06-23 15:59:33 -04:00