Commit Graph

3233 Commits

Author SHA1 Message Date
Anders Kaseorg
bc725d7fb6 zulip: 5.6.0 → 5.7.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-05-13 17:47:43 -07:00
Michael Weiss
940dfa9940
signal-desktop: Fix the database encryption by preloading SQLCipher
AFAIK this is the only reliable way for us to ensure SQLCipher will be
loaded instead of SQLite. It feels like a hack/workaround but according
to the SQLCipher developers [0] "this issue can and should be handled
downstream at the application level: 1. While it may feel like a
workaround, using LD_PRELOAD is a legitimate approach here because it
will substitute the system SQLite with SQLCipher which is the intended
usage model;".

This fixes #108772 for NixOS 20.09 users who upgrade to NixOS 21.05 and
replaces #117555.

For nixos-unstable users this will unfortunately break everything again
so we should add a script to ease the transition (in a separate commit
so that we can revert it for NixOS 21.05).

[0]: https://github.com/sqlcipher/sqlcipher/issues/385#issuecomment-802874340
2021-05-14 02:33:42 +02:00
Michael Weiss
3d67a797b7
Merge pull request #121149 from primeos/signal-desktop-wayland
signal-desktop: 5.0.0 -> 5.1.0
2021-05-12 20:13:51 +02:00
Michael Weiss
fd4f20bce4
signal-desktop: 5.0.0 -> 5.1.0
This is the most important Signal-Desktop release in a while as we
finally have Wayland support via Electron 12 \o/ #YAY :D

https://github.com/signalapp/Signal-Desktop/issues/3411

5bcf50ede9 (diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R231)
c6d5d852a9 (diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R232)
https://en.wikipedia.org/wiki/Electron_(software_framework)#Versions
2021-05-12 19:41:51 +02:00
Sandro
fa41b8a54f
Merge pull request #122613 from toonn/wire-desktop-bump 2021-05-12 18:02:47 +02:00
Maximilian Bosch
b169185b60
Merge pull request #122473 from TredwellGit/element
element: 1.7.26 -> 1.7.27
2021-05-11 22:20:17 +02:00
toonn
462c21b533
wire-desktop: mac 3.24.4059 -> 3.25.4095 2021-05-11 19:17:07 +02:00
toonn
07dc385e07
wire-desktop: linux 3.24.2939 -> 3.25.2940 2021-05-11 19:14:32 +02:00
sterni
f93d83d21b
ocamlPackages: cohttp: 2.5.0 -> 4.0.0; conduit: 2.2.2 -> 4.0.0 (#118144)
* ocamlPackages.x509: 0.12.0 -> 0.13.0

https://github.com/mirleft/ocaml-x509/releases/tag/v0.13.0

* ocamlPackages.tls{,-mirage}: 0.12.8 -> 0.13.1

https://github.com/mirleft/ocaml-tls/releases/tag/v0.13.0
https://github.com/mirleft/ocaml-tls/releases/tag/v0.13.1

* ocamlPackages.ca-certs: 0.2.0 -> 0.2.1

Adds support for NIX_SSL_CERT_FILE, so we can finally run its test
suite! https://github.com/mirage/ca-certs/releases/tag/v0.2.1

* ocamlPackages.dns*: 4.6.3 -> 5.0.0

* jackline: unstable-2020-09-03 -> unstable-2021-04-23

Compatibility with tls >= 0.13.0

* ocamlPackages.ca-certs-nss: init at 3.64.0.1

* ocamlPackages.conduit: 2.2.2 -> 2.3.0

https://github.com/mirage/ocaml-conduit/releases/tag/v2.3.0

* ocamlPackages.curly: fix tests with new ca-certs behavior

* ocamlPackages.cohttp: 2.5.0 -> 4.0.0

ocamlPackages.cohttp-lwt-unix: add description

https://github.com/mirage/ocaml-cohttp/releases/tag/v4.0.0

* ocamlPackages.mirage{,-runtime,-types*}: 3.10.1 -> 3.10.3

Adjust to a few changed dependencies:
https://github.com/mirage/mirage/releases/tag/v3.10.2
https://github.com/mirage/mirage/releases/tag/v3.10.3

* ocamlPackages.conduit*: 2.3.0 -> 4.0.0

https://github.com/mirage/ocaml-conduit/releases/tag/v4.0.0

* ocamlPackages.cohttp-lwt-unix: disable tests

* ocamlPackages.dns*: 5.0.0 -> 5.0.1

https://github.com/mirage/ocaml-dns/releases/tag/v5.0.1

* ocamlPackages.awa*: 0.0.1 -> 0.0.3

https://github.com/mirage/awa-ssh/releases/tag/v0.0.2
https://github.com/mirage/awa-ssh/releases/tag/v0.0.3

* ocamlPackages.optint: 0.0.4 -> 0.1.0

https://github.com/mirage/optint/releases/tag/v0.0.5
https://github.com/mirage/optint/releases/tag/v0.1.0

* ocamlPackages.decompress: 1.3.0 -> 1.4.0

https://github.com/mirage/decompress/releases/tag/v1.4.0

* ocamlPackages.checkseum: 0.2.1 -> 0.3.1

https://github.com/mirage/checkseum/releases/tag/v0.3.0
https://github.com/mirage/checkseum/releases/tag/v0.3.1

* ocamlPackages.checkseum: allow compilation with ocaml-freestanding

* ocamlPackages.carton: 0.4.0 -> 0.4.1

https://github.com/mirage/ocaml-git/releases/tag/carton-v0.4.1

* ocamlPackages.mimic: 0.0.2 -> 0.0.3

* Upstream changed.
* https://github.com/dinosaure/mimic/releases/tag/0.0.3

* ocamlPackages.letsencrypt: 0.2.4 -> 0.2.5

* ocamlPackages.paf: 0.0.1 -> 0.0.3

* ocamlPackages.git-cohttp-mirage: remove at 3.3.3

Will be replaced by git-paf 3.4.0.

* ocamlPackages.git*: 3.3.3 -> 3.4.0

ocamlPackages.git-paf: init at 3.4.0

https://github.com/mirage/ocaml-git/releases/tag/3.4.0

* ocamlPackages.irmin*: 2.5.3 -> 2.6.0

https://github.com/mirage/irmin/releases/tag/2.6.0
2021-05-11 06:54:15 +02:00
TredwellGit
a0edfacfad element: 1.7.26 -> 1.7.27
https://github.com/vector-im/element-web/blob/v1.7.27/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.27/CHANGELOG.md
2021-05-10 22:09:44 +00:00
Robert Schütz
18a8eb9e41 kdeltachat: enable WebP support
See d0a05f9ca3.
2021-05-10 10:46:57 +02:00
Guillaume Girol
f7adb8b94e
Merge pull request #121942 from mjlbach/bump_matrix-nio_dependencies
pythonPackages.matrix-nio: 0.15.2 -> 0.18.0, update build system and dependencies
2021-05-09 09:41:45 +00:00
Robert Hensing
8e3c5eb501 treewide: xvfb_run -> xvfb-run 2021-05-08 15:48:41 +02:00
Vladimír Čunát
080cd658ca
Merge #121780: treewide meta.maintainers tweaks 2021-05-08 10:47:08 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Guillaume Girol
7c8e33bbd4 pantalaimon: 0.8.0 -> 0.9.2
fix build
2021-05-07 14:26:19 -07:00
Olli Helenius
4d7a3be41a
mattermost-desktop: 4.5.2 -> 4.6.2 (#122006) 2021-05-07 17:00:53 +02:00
Vladimír Čunát
73e17a3594
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
2021-05-07 15:36:40 +02:00
Jan Tojnar
0420282780
treewide maintainers: add teams.{freedesktop,gnome} 2021-05-07 15:36:40 +02:00
Vladimír Čunát
9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
Bryan A. S
57f69430c1 ferdi: 5.5.0 -> 5.6.0-beta.5
Add mesa (libgbm) to buildInputs at mkFranzDerivation to fix build of latest beta

Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-05-07 09:50:10 -03:00
Jan Tojnar
9468b07326
Merge branch 'gnome-40' 2021-05-07 12:12:40 +02:00
Vladimír Čunát
4fac78928c
Merge #121794: pidgin: weaken install checks on non-Linux 2021-05-06 23:39:18 +02:00
Robert Schütz
30c3036793
Merge pull request #121151 from dotlambda/libdeltachat-init
libdeltachat: init at 1.54.0
2021-05-06 13:41:16 +02:00
Jan Tojnar
1b09f6b7f0
pidgin-sipe: Fix build with latest GLib 2021-05-05 22:43:00 +02:00
Vladimír Čunát
dcbe5b408a
pidgin: weaken install checks on non-Linux
That should work around the recent darwin regression, e.g.:
https://hydra.nixos.org/build/142033479
2021-05-05 14:30:03 +02:00
Alvar Penning
67fcceae09 gajim: 1.2.2 -> 1.3.2 2021-05-04 19:01:53 +02:00
Robert Schütz
51aa52a0aa kdeltachat: init at unstable-2021-05-03 2021-05-03 19:09:52 +02:00
Sandro
5e62e3dc67
Merge pull request #121365 from ilya-fedin/update-kotatogram
kotatogram-desktop: 1.4 -> 1.4.1
2021-05-03 17:19:21 +02:00
Sandro
163c74938c
Merge pull request #121272 from ymatsiuk/bumpzoom
zoom-us: 5.6.16775.0418 -> 5.6.16888.0424
2021-05-03 16:57:16 +02:00
JesusMtnez
4eb7c561e3
slack: 4.14.0 -> 4.15.0 2021-05-03 06:44:16 +02:00
Bjørn Forsman
13cadfac15 zoom-us: fix overriding source
Without this using .overrideAttrs to change the source still uses the
old source.
2021-05-02 17:38:55 +02:00
Luke Granger-Brown
8a92cdd9f5 teamspeak_client: fix for quazip 1.x 2021-05-02 11:55:06 +00:00
Luke Granger-Brown
07377076d3
Merge pull request #119837 from MatthewCroughan/add-seren
seren: init at 0.0.21
2021-05-01 19:27:16 +01:00
Ilya Fedin
0425a60e55 kotatogram-desktop: 1.4 -> 1.4.1 2021-05-01 11:28:24 +04:00
Yurii Matsiuk
e7835da83f
zoom-us: 5.6.16775.0418 -> 5.6.16888.0424 2021-04-30 15:27:43 +02:00
seb314
3f2f7d3296
matrix-commander: init at unstable-2021-04-18 (#119895)
* matrix-commander: init

* matrix-commander: cleanups & potential dep fixes

apply most SuperSandro2000's review comments;

used python3.withPackages -- this might be the correct
way to get runtime python dependencies to work even
when matrix-commander is a dependency of another packages
(as opposed to testing in nix-shell). I'm not sure though.

aiofiles seemed to be a missing runtime dependency when called
from another (nix-packaged, jvm-based) app -- there was an
import error without it.

cacerts might require explicit pinning, as described here:
https://gist.github.com/CMCDragonkai/1ae4f4b5edeb021ca7bb1d271caca999
(relevant snippet: wrapProgram $out/bin/program \
  --set SSL_CERT_FILE "${cacert}/etc/ssl/certs/ca-bundle.crt"
  )

* add runHook {pre,post}Install

(suggested by r-rmcgibbo)

* add link to github issue re gpl3{Only,Plus}

* Update pkgs/applications/networking/instant-messengers/matrix-commander/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 10:24:49 +02:00
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
Sameer Hoosen
2bd34a98af
tdesktop: 2.7.1 -> 2.7.4 (#120994) 2021-04-29 12:57:49 +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
be1783e755
Merge pull request #120839 from peterhoeg/f/qtox
qtox: ffmpeg_3 -> ffmpeg
2021-04-27 15:43:56 +02:00
Peter Hoeg
2f15ec0160 qtox: ffmpeg_3 -> ffmpeg 2021-04-27 18:14:36 +08:00
TredwellGit
a19b0aa223 element: 1.7.25 -> 1.7.26
https://github.com/vector-im/element-web/blob/v1.7.26/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.26/CHANGELOG.md
2021-04-26 18:01:34 +00:00
jalr
298035ada6 chatterino2: 2.2.2 -> 2.3.0 2021-04-25 23:19:32 -04:00
github-actions[bot]
6e7c70d02d
Merge master into staging-next 2021-04-24 00:16:17 +00:00
Sandro
e47ba29fac
Merge pull request #119962 from pstn/nheko-0.8.2 2021-04-24 01:40:40 +02:00
Sandro
fe265ec497
Merge pull request #119285 from expipiplus1/joe-mautrix-signal 2021-04-24 01:22:02 +02:00
Philipp
2e896fce98
nheko: 0.8.1 -> 0.8.2 2021-04-23 13:20:43 +02:00
Vladimír Čunát
ca65d6f7d2
Merge branch 'master' into staging-next 2021-04-23 09:10:50 +02:00
Jörg Thalheim
b2c2551614
Merge pull request #120243 from doronbehar/pkg/zoom-us
zoom-us: Use tarball again
2021-04-23 06:03:12 +01:00
Ilan Joselevich
ebcebefb29 jitsi-meet-electron: 2.7.0 -> 2.8.5 2021-04-23 01:07:36 +03:00
Doron Behar
479c35d956 zoom-us: Use tarball again
This partially reverts commit 50a7cb2cfb,
Not related to #120226.
2021-04-22 19:51:42 +03:00
Joe Hermaszewski
78bdfddde1 signald: init at 0.13.1 2021-04-22 19:07:19 +08:00
github-actions[bot]
8248f4db36
Merge master into staging-next 2021-04-22 06:05:51 +00:00
JesusMtnez
6b2d6a52ba
slack: fix update script 2021-04-22 06:13:30 +02:00
github-actions[bot]
9b3e698b14
Merge master into staging-next 2021-04-21 12:06:23 +00:00
Clemens Lutz
50a7cb2cfb zoom-us 5.6.13632.0328 -> 5.6.16775.0418 2021-04-21 09:21:23 +02:00
matthewcroughan
fdc157bc3f seren: init at 0.0.21
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-19 20:26:15 +01:00
github-actions[bot]
6ef7c23763
Merge master into staging-next 2021-04-19 18:11:51 +00:00
toonn
2c94c8b3e2
bitlbee-facebook: 1.2.1 -> 1.2.2 (#115285) 2021-04-19 18:20:44 +02: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
github-actions[bot]
8156636ab9
Merge master into staging-next 2021-04-17 18:10:38 +00:00
midchildan
62806df678
mikutter: 4.0.0 -> 4.1.4 (#119454) 2021-04-17 19:17:13 +02:00
github-actions[bot]
f620e30ca4
Merge master into staging-next 2021-04-17 00:15:03 +00:00
devhell
fbffc54ac8 profanity: Enable clipboard support
Clipboard support was actually introduced in version `0.8.0`, and this
change flew completely over my head. Now the /paste command should
actually work by default and as expected.
2021-04-16 20:16:02 +01:00
github-actions[bot]
6a0f49f240
Merge master into staging-next 2021-04-16 18:13:19 +00:00
Yurii Matsiuk
7dc5c0f1e1
bluejeans: 2.19.0 -> 2.21.3 (#119599)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Yurii Matsiuk <ymatsiuk@users.noreply.github.com>
2021-04-16 18:11:37 +02:00
github-actions[bot]
dfd4f14303
Merge master into staging-next 2021-04-15 18:13:27 +00:00
Ilya Fedin
c52a769c7f kotatogram-desktop: 1.2 -> 1.4 2021-04-14 21:38:44 +04:00
Vladimír Čunát
d2eb7a7887
Merge branch 'staging' into staging-next
A few conflicts but relatively clear ones (I think).
2021-04-14 10:08:25 +02:00
Michael Weiss
6a47e84e44
signal-desktop: 1.40.1 -> 5.0.0 (#119309) 2021-04-13 13:42:44 +02:00
Luke Granger-Brown
08b22e605b Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging 2021-04-12 18:49:01 +00:00
Olli Helenius
d5e1e66b9c
teams: 1.4.00.4855 -> 1.4.00.7556 2021-04-12 21:15:23 +03:00
Maximilian Bosch
9fed67fb1b
element-desktop: 1.7.24 -> 1.7.25
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.25
2021-04-12 17:11:15 +02:00
Maximilian Bosch
c1ebd28029
element-web: 1.7.24 -> 1.7.25
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.25
2021-04-12 17:10:53 +02:00
Gabriel Ebner
d57202dac7 signal-desktop: add mesa dependency 2021-04-09 18:12:15 +02:00
Luke Granger-Brown
29363442f5 dino: fix compilation under new Vala
Fixes https://github.com/dino/dino/issues/1010
2021-04-07 08:52:45 +02:00
Sandro
f608345bbf
Merge pull request #118604 from pimeys/zoom-5_6_1
zoom-us 5.5.7938.0228 -> 5.6.13632.0328
2021-04-05 21:38:49 +02:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
JesusMtnez
f0d795f7c8
slack: fix missing libxshmfence 2021-03-31 09:12:34 +02:00
Julius de Bruijn
f066fe45a1 zoom-us 5.5.7938.0228 -> 5.6.13632.0328 2021-03-30 23:06:50 +02:00
Sandro
11779598bd
Merge pull request #118008 from JesusMtnez/slack
slack: 4.13.0 -> 4.14.0
2021-03-30 10:53:59 +02:00
JesusMtnez
47dd6ac2b8
slack: 4.13.0 -> 4.14.0 2021-03-30 05:20:14 +02:00
toonn
74d057c815
wire-desktop: mac 3.23.4046 -> 3.24.4059 2021-03-29 21:42:11 +02:00
toonn
1336a074c4
wire-desktop: linux 3.23.2938 -> 3.24.2939 2021-03-29 21:39:58 +02:00
Maximilian Bosch
1ca0f5bafe
element-desktop: 1.7.23 -> 1.7.24
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.24
2021-03-29 17:52:22 +02:00
Maximilian Bosch
2c059dd462
element-web: 1.7.23 -> 1.7.24
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.24
2021-03-29 17:52:22 +02:00
Doron Behar
bf2a8f6364
Merge pull request #117908 from wandersoncferreira/whatsapp-for-linux
whatsapp-for-linux: init-at 1.1.5
2021-03-29 08:05:34 +00:00
Wanderson Ferreira
084c3e7844
whatsapp-for-linux: init-at 1.1.5
Whataspp is widely used in several contries as default messaging
system. We can rely on browser-based solution but an app is preferred
method for several users.
2021-03-28 19:21:33 -03:00
Vladimír Čunát
a411f18ba8
Merge #117408: pidgin: add dbus-python 2021-03-28 17:31:15 +02:00
Vladimír Čunát
f3c739f479
pidgin: add checks (see parent commit, too) 2021-03-28 17:29:49 +02:00
Jörg Thalheim
604e1b2d50
deltachat-electron: 1.15.3 -> 1.15.5 2021-03-27 18:52:52 +01:00
Michael Weiss
fb98c03108
tdesktop: 2.6.1 -> 2.7.1 2021-03-26 15:09:48 +01:00
Frederik Rietdijk
350f9bd822
Merge pull request #117570 from FRidh/python2alias
Python: be explicit on whether it is python2 or python3 that is used
2021-03-25 13:26:35 +01:00
Frederik Rietdijk
69f354b89b blink: use python2 2021-03-25 10:56:26 +01:00
Frederik Rietdijk
8e866ceabc bitlbee: use python2 2021-03-25 10:46:59 +01:00
Johannes Schleifenbaum
2589e928c3
teamspeak_server: 3.13.2 -> 3.13.3 2021-03-25 08:38:35 +01:00
Reed
2db8c55de0 discord: 0.0.13 -> 0.0.14 2021-03-23 19:36:34 -07:00
Patryk Niedźwiedziński
b4946f56ae
Use python with dbus 2021-03-23 22:54:02 +01:00
WORLDofPEACE
bbecd2a7a1 fractal: don't mark as broken
https://github.com/NixOS/nixpkgs/pull/116324
2021-03-21 01:13:48 -04:00
Neil Mayhew
53e6605693 skypeforlinux: 8.68.0.100 -> 8.69.0.77 2021-03-19 20:27:31 -06:00
github-actions[bot]
c804f22a81
Merge master into staging-next 2021-03-19 12:26:52 +00:00
Jörg Thalheim
a99b2f4274 deltachat-electron: 1.15.2 -> 1.15.3 2021-03-19 12:09:04 +01:00
Doron Behar
979de853c3
Merge pull request #110532 from r-ryantm/auto-update/pidgin-carbons
pidgin-carbons: 0.2.2 -> 0.2.3
2021-03-19 08:08:24 +00:00
github-actions[bot]
6ffd2fe000
Merge master into staging-next 2021-03-19 06:17:55 +00:00
Sandro
3ee1fb4f09
Merge pull request #102927 from sikmir/vk-messenger
vk-messenger: 5.0.1 → 5.2.3, enable on darwin
2021-03-19 01:53:05 +01:00
Jan Tojnar
2445e9a681
Merge branch 'master' into staging-next 2021-03-18 19:24:39 +01:00
Sandro
779428586c
Merge pull request #116535 from SuperSandro2000/fix-collection27 2021-03-18 13:43:53 +01:00
Jan Tojnar
0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
Sandro
67dc9e721b
Merge pull request #116621 from toonn/wire-desktop-bump 2021-03-18 01:38:50 +01:00
Sandro Jäckel
68fd9864ea
fractal: mark broken 2021-03-17 22:55:09 +01:00
Maximilian Bosch
1df1bb812e
Merge pull request #116449 from TredwellGit/element
element: 1.7.22 -> 1.7.23
2021-03-17 19:20:54 +01:00
Markus S. Wamser
41f345cbfc teams: reorder arguments produced by wrapper
this fixes launching meetings from links
2021-03-17 15:32:02 +01:00
toonn
a5736f5cf5
wire-desktop: mac 3.21.3959 -> 3.23.4046 2021-03-17 13:37:56 +01:00
toonn
76556fe074
wire-desktop: linux 3.22.2937 -> 3.23.2938 2021-03-17 13:35:17 +01:00
Samuel Gräfenstein
b72ee5775c
treewide: gnome2.gtk -> gtk2
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:16 +01:00
github-actions[bot]
d18aaddde4
Merge master into staging-next 2021-03-16 00:39:08 +00:00
Jörg Thalheim
dc4f0a1721
Merge pull request #116355 from Yarny0/zoom-qt 2021-03-15 18:44:20 +00:00
Jörg Thalheim
776f482e02
zoom-us: remove qttools
this is a left-over when we used nixpkgs's qt instead of the bundled version
2021-03-15 19:41:57 +01:00
TredwellGit
56da9300a3 element: 1.7.22 -> 1.7.23
https://github.com/vector-im/element-web/releases/tag/v1.7.23
2021-03-15 18:04:00 +00:00
github-actions[bot]
e7b44e6f52
Merge master into staging-next 2021-03-15 06:18:46 +00:00
Olli Helenius
baae14e981 teams: 1.3.00.30857 -> 1.4.00.4855 2021-03-15 02:18:37 -04:00
Yarny0
b747aa0f9f zoom-us: unset Qt env variables to fix dialog boxes
Zoom wouldn't show the "Participants"
dialog box when used in a plasma environment;
precisely, the dialog box failed to show its content.
The problem doesn't exist in other
environments like Gnome or Xfce.
Experiments have shown that clearing the environment variable
`QML2_IMPORT_PATH` before calling Zoom fixes the issue.

I suspect the reason to be as follows:
While the zoom build recipe is called with
`libsForQt5xx.callPackage`, putting `qttools.dev` in zoom's
`PATH` is the only connection to nixpkgs' Qt ecosystem.
Zoom brings its own Qt libraries.
Hence it seems to be a good idea to shield
zoom from access to nixpkgs' Qt files to avoid
problems from version mismatch or similar troubles.
So the commit at hand expands zoom's wrapper script
to clear the Qt-related enviornemt variables
`QML2_IMPORT_PATH` and `QT_PLUGIN_PATH`.

Original issue report, with some discussion:
https://github.com/NixOS/nixpkgs/issues/107495#issuecomment-764538071
2021-03-14 23:05:47 +01:00
Jan Tojnar
6f0dd4247b
fractal: port away from buildRustPackage
The new setup hooks compose better with Meson setup hooks.

Also correct license.
2021-03-14 17:46:32 +01:00
github-actions[bot]
c596c93079
Merge master into staging-next 2021-03-14 00:41:40 +00:00
Sandro
20fd56001a
Merge pull request #116248 from dotlambda/zulip-term-0.6.0
zulip-term: 0.5.2 -> 0.6.0
2021-03-13 23:09:20 +01:00
Robert Schütz
3f109f6f27 zulip-term: 0.5.2 -> 0.6.0 2021-03-13 22:39:07 +01:00
github-actions[bot]
c2eb9a753a
Merge master into staging-next 2021-03-12 12:25:52 +00:00
Milan Pässler
109a7fb875
jitsi-meet-electron: 2.4.2 -> 2.7.0 2021-03-12 11:32:19 +01:00
github-actions[bot]
903fc48674
Merge master into staging-next 2021-03-12 00:39:51 +00:00
R. RyanTM
2d286fbf8c signal-cli: 0.8.0 -> 0.8.1 2021-03-11 23:28:50 +01:00
Jan Tojnar
8f3169ab3d
telepathy-glib: do not propagate python
Python is only used as build tool these days so it is not necessary to ensure consistency across telepathy packages.
2021-03-11 16:05:36 +01:00
Nikolay Korotkiy
65974d5f68
vk-messenger: 5.0.1 → 5.2.3, enable on darwin 2021-03-10 10:50:57 +03:00
Frederik Rietdijk
277d488026 Merge staging into staging-next 2021-03-08 19:20:18 +01:00
Sandro
1aae00a12f
Merge pull request #115306 from SuperSandro2000/fix-collection22 2021-03-07 15:58:56 +01:00
github-actions[bot]
65cddb74d7
Merge staging-next into staging 2021-03-07 06:17:25 +00:00
Sandro Jäckel
9c43942caf
mirage: remove unused input 2021-03-07 03:13:51 +01:00
Sandro Jäckel
2c19aaabd4
deltachat-electron: format 2021-03-06 21:03:26 +01:00
github-actions[bot]
91f883b8d3
Merge staging-next into staging 2021-03-06 12:20:21 +00:00
Jörg Thalheim
ab8465cba3
deltachat-electron: 1.15.1 -> 1.15.2 2021-03-06 12:08:09 +01:00
github-actions[bot]
fb5c8b556d
Merge staging-next into staging 2021-03-06 06:17:00 +00:00
Sandro
8edfe0a2e8
Merge pull request #115180 from toonn/wire-desktop-bump 2021-03-06 05:01:08 +01:00
Sandro Jäckel
bdfaf83f76
pythonPackages.google-api-python-client: normalize package name 2021-03-06 00:02:06 +01:00
toonn
5d6f159ee6
wire-desktop: Add missing phase hooks 2021-03-05 18:07:53 +01:00
toonn
dd4b13bcf3
wire-desktop: linux 3.21.2936 -> 3.22.2937 2021-03-05 12:27:06 +01:00
Jan Tojnar
6d1958ad2d
Merge branch 'staging-next' into staging 2021-03-04 22:16:45 +01:00
Doron Behar
132d954d35 zoom-us: 5.5.7011.0206 → 5.5.7938.0228 2021-03-04 14:09:35 +02:00
Doron Behar
d0853a745c zoom-us: set src pname and version for update script
Cleanup unused arguments.
2021-03-04 14:09:35 +02:00
Domen Kožar
52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
github-actions[bot]
eef2c4e401
Merge staging-next into staging 2021-03-03 00:38:15 +00:00
TredwellGit
c3554253ab element: 1.7.21 -> 1.7.22
https://github.com/vector-im/element-web/releases/tag/v1.7.22
https://nvd.nist.gov/vuln/detail/CVE-2021-21320
2021-03-02 22:16:39 +00:00
github-actions[bot]
f5bb0053a6
Merge staging-next into staging 2021-03-02 18:17:42 +00:00
Sandro Jäckel
8b34b766f2
ripcord: remove unused inputs, format 2021-03-01 10:46:55 +01:00
github-actions[bot]
ec3729e487
Merge staging-next into staging 2021-02-26 18:16:46 +00:00
Michael Weiss
ed113c9bd5
tdesktop: 2.6.0 -> 2.6.1 2021-02-26 13:43:29 +01:00
Robert Schütz
54757b35c1 Merge branch 'staging-next' into staging 2021-02-26 10:56:17 +01:00
Frederik Rietdijk
c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Sandro
ddf6d28756
Merge pull request #114301 from andersk/zulip
zulip: 5.5.0 → 5.6.0
2021-02-25 13:00:58 +01:00
Anders Kaseorg
472f266d28 zulip: 5.5.0 → 5.6.0
Also add myself as a maintainer.  (I work for upstream.)

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-02-24 16:29:22 -08:00
Denny Schäfer
0b670b4bb3
slack: 4.12.2 -> 4.13.0 2021-02-25 00:00:19 +01:00
Michael Weiss
2c042fe9c8
tdesktop: 2.5.9 -> 2.6.0
This also adds libthai and libdatrie as optional dependencies for gtk3.
2021-02-24 17:49:59 +01:00
Peter Hoeg
71e0a6fb1d neochat: 1.0.1 -> 1.1.1 2021-02-24 12:15:46 +08:00
Michele Guerini Rocco
eb27b8efd7
Merge pull request #110595 from rnhmjoj/nheko
nheko: build with VoIP support
2021-02-23 18:24:16 +01:00
Michael Weiss
74b34f4a17
signal-desktop: 1.40.0 -> 1.40.1 2021-02-23 17:23:15 +01:00
rnhmjoj
59fb4293fc
nheko: build with VoIP support 2021-02-23 10:46:49 +01:00
Jörg Thalheim
fb1bab9936 deltachat: 1.14.1 -> 1.15.1 2021-02-22 23:59:57 -05:00
github-actions[bot]
2fd0f841be
Merge staging-next into staging 2021-02-22 00:37:55 +00:00
github-actions[bot]
d8f2a7bf5c
Merge master into staging-next 2021-02-22 00:37:52 +00:00
Sandro
4249bb41f4
Merge pull request #113760 from chvp/bump-gomuks 2021-02-22 01:35:07 +01:00
Charlotte Van Petegem
b5171593b3
gomuks: fix license information 2021-02-21 14:05:34 +01:00
Charlotte Van Petegem
b344431946
maintainers: rename charvp to chvp 2021-02-21 14:05:18 +01:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Charlotte Van Petegem
020288102a
gomuks: 0.2.2 -> 0.2.3 2021-02-20 19:25:00 +01:00
github-actions[bot]
7a1ee9c317
Merge master into staging-next 2021-02-20 18:17:10 +00:00
github-actions[bot]
abe7db36a4
Merge staging-next into staging 2021-02-20 00:36:40 +00:00
Ente
9d9a8a0ce1
deltachat-electron: 1.3.0 -> 1.4.1
* Also apply nixpkgs-fmt
2021-02-20 01:08:30 +01:00
Ben Siraphob
223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Michael Weiss
7b41fd7bff
signal-desktop: 1.39.6 -> 1.40.0 2021-02-18 15:41:03 +01:00
Michael Weiss
b78942f040
tdesktop: 2.5.8 -> 2.5.9 2021-02-18 15:32:07 +01:00
R. RyanTM
1d51f8e360 signal-cli: 0.7.4 -> 0.8.0 2021-02-16 15:16:41 +01:00
Maximilian Bosch
b8878b950f
element-desktop: 1.7.20 -> 1.7.21
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.21
2021-02-16 12:53:17 +01:00
Maximilian Bosch
234bed4090
element-web: 1.7.20 -> 1.7.21
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.21
2021-02-16 12:53:17 +01:00
toonn
cc942dcbc7
bitlbee-facebook: Add agent version bump patch (#112760)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-14 09:20:22 +01:00
Ryan Mulligan
5f7fe87464
Merge pull request #112610 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.118 -> 0.0.119
2021-02-12 18:57:41 -08:00
Aldwin Vlasblom
c6daf45cf3
ripcord: 0.4.26 -> 0.4.28 2021-02-11 14:37:05 +01:00
R. RyanTM
3e949bd883 discord-canary: 0.0.118 -> 0.0.119 2021-02-10 03:50:21 +00:00
Ron B
a21a3bd848
zoom-us: 5.5.6981.0202 -> 5.5.7011.0206 2021-02-08 13:35:45 +02:00
R. RyanTM
3d36400ac3 toxic: 0.10.0 -> 0.10.1 2021-02-08 09:27:19 +01:00
Milan Pässler
ab17d2143f
jitsi-meet-electron: 2.3.1 -> 2.4.2 2021-02-07 12:33:53 +01:00
Hedtke, Moritz
a68229eefb
skypeforlinux: 8.66.0.74 -> 8.68.0.100 2021-02-06 17:57:54 +01:00
Markus Hauck
11daaf463c zoom-us: 5.4.57862.0110 -> 5.5.6981.0202 2021-02-05 09:15:26 +01:00
Dmitry Kalinkin
ad292c41b1 bluejeans: remove veprbl from maintainers 2021-02-04 14:03:03 -05:00
Sandro
12f1b4ef79
Merge pull request #111918 from luc65r/pkg/ssh-chat
ssh-chat: 1.10 -> 1.10.1
2021-02-04 18:17:47 +01:00
Lucas Ransan
046eb5a974
ssh-chat: 1.10 -> 1.10.1 2021-02-04 14:25:56 +01:00
Maximilian Bosch
4b6557cf63
element-desktop: 1.7.19 -> 1.7.20
https://github.com/vector-im/element-desktop/releases/tag/v1.7.20
2021-02-04 14:19:36 +01:00
Maximilian Bosch
f83ed25d0b
element-web: 1.7.19 -> 1.7.20
https://github.com/vector-im/element-web/releases/tag/v1.7.20
2021-02-04 14:19:35 +01:00
Maximilian Bosch
e44011c1a6
element-desktop: 1.7.18 -> 1.7.19
https://github.com/vector-im/element-desktop/releases/tag/v1.7.19
2021-02-03 14:08:35 +01:00
Maximilian Bosch
5c54a877c4
element-web: 1.7.18 -> 1.7.19
https://github.com/vector-im/element-web/releases/tag/v1.7.19
2021-02-03 14:08:23 +01:00
Ryan Mulligan
a3a5310715
Merge pull request #111178 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.116 -> 0.0.118
2021-02-02 17:35:41 -08:00
Jan Tojnar
54f4529aec
Merge pull request #111519 from siraben/xdg-utils-naming 2021-02-01 17:18:57 +01:00
Ben Siraphob
a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Sandro
5d9bf1bca8
Merge pull request #111509 from cawilliamson/master
rambox-pro: 1.4.1 → 1.5.0
2021-02-01 08:46:07 +01:00
Chris Connelly
989661d13e adjusted jre_headless references 2021-01-31 19:14:34 -05:00
Christopher A. Williamson
0e35e02c11 rambox-pro: 1.4.1 → 1.5.0 2021-01-31 23:22:37 +00:00
Chris Connelly
f8b0db1cfa signal-cli: updated to version 0.7.4 and switched to openjdk11 due to new java 11 requirement 2021-01-31 18:19:47 -05:00
Sandro
074a0e0fe6
Merge pull request #110133 from doronbehar/pkg/zoom-us.2
zoom-us: Make update script get exact version
2021-01-31 18:18:46 +01:00
Michael Weiss
19ac92915a
tdesktop: 2.5.7 -> 2.5.8 2021-01-30 01:06:35 +01:00
Michael Weiss
2b66bbd845
tdesktop: 2.5.1 -> 2.5.7 2021-01-30 00:38:48 +01:00
R. RyanTM
e24036c9a0 discord-canary: 0.0.116 -> 0.0.118 2021-01-29 17:11:48 +00:00
CrystalGamma
3fe45da22a nheko: 0.8.0 -> 0.8.1 2021-01-28 22:31:00 +01:00
Maximilian Bosch
e61999b3f2
element-desktop: 1.7.17 -> 1.7.18
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.18
2021-01-26 16:57:34 +01:00
Maximilian Bosch
d4e946965c
element-web: 1.7.17 -> 1.7.18
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.18
2021-01-26 16:57:34 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
R. RyanTM
17c5a6bab2 pidgin-carbons: 0.2.2 -> 0.2.3 2021-01-22 19:21:13 +00:00
Jonathan Ringer
986cf21c45 slack: 4.11.1 -> 4.12.2 2021-01-22 10:41:47 -08:00
Sandro
d158fe4930
Merge pull request #110269 from maralorn/nheko 2021-01-21 17:22:04 +01:00
Malte Brandy
35676cba19
nheko: 0.7.2 -> 0.8.0 2021-01-21 16:59:05 +01:00
R. RyanTM
4a8c551c89 neochat: 1.0 -> 1.0.1 2021-01-21 10:26:10 +08:00
Sandro
feb4059865
Merge pull request #110221 from symphorien/nheko-cache
nheko: build qml
2021-01-20 23:26:02 +01:00
Symphorien Gibol
a26cb6b37d nheko: build qml
fixes cache issues on update:
https://github.com/Nheko-Reborn/nheko/issues/389
2021-01-20 21:56:10 +01:00
Michael Weiss
bc4521411e
signal-desktop: 1.39.5 -> 1.39.6 2021-01-20 20:15:05 +01:00
Sandro
6e3870622d
Merge pull request #109608 from charvp/pr/gomuks-hardcoded-path
gomuks: patch out hardcoded path
2021-01-20 16:01:12 +01:00
Charlotte Van Petegem
8cc494b1bb
gomuks: replace tilpner with myself as maintainer 2021-01-20 15:17:10 +01:00
Charlotte Van Petegem
0915191925
gomuks: patch out hardcoded path 2021-01-20 15:17:10 +01:00
Sandro
e4d01e5fc9
Merge pull request #109020 from thiagokokada/move-rambox-to-appimage
rambox: migrate to use AppImage
2021-01-20 14:53:56 +01:00
Doron Behar
6d9570e9f1 zoom-us: Make update script get exact version
Their website has changed the format in which they display the version,
into something a bit more sophisticated.
2021-01-20 12:47:53 +02:00
Stefan Frijters
c946e9c8db
tangram: Use pkg-config instead of pkgconfig 2021-01-19 13:50:40 +01:00
Sandro
6270a8522f
Merge pull request #100912 from austinbutler/tangram
tangram: init at 1.3.1
2021-01-19 12:06:02 +01:00
Austin Butler
2b9ea67a5a tangram: init at 1.3.1 2021-01-18 13:40:10 -08:00
Maximilian Bosch
b30904b3c4
element-desktop: 1.7.16 -> 1.7.17
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.17
2021-01-18 16:59:38 +01:00
Maximilian Bosch
1f3f9053b9
element-web: 1.7.16 -> 1.7.17
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.17
2021-01-18 16:59:38 +01:00
Jörg Thalheim
040d241522
Merge pull request #109602 from Mic92/zoom
zoom-us: 5.4.53350.1027 -> 5.4.57862.0110
2021-01-17 08:57:14 +00:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Jörg Thalheim
0c4d9566f1
zoom-us: 5.4.53350.1027 -> 5.4.57862.0110
Replacing zooms qt library has led to incompatibilities between
qt versions used in Nix and zoom. The new approach just sets
LD_LIBRARY_PATH. LD_LIBRARY_PATH is also used internally by zoom
for its own vendored library.

The package has been tested end-to-end in a meeting.
2021-01-17 06:52:09 +01:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Sandro
cad4d1cd38
Merge pull request #109379 from B4dM4n/salut-a-toi-eval-error 2021-01-14 17:59:25 +01:00
Fabian Möller
745ce45b28
salut_a_toi: fix evaluation error + stdenv.lib -> lib 2021-01-14 17:32:14 +01:00
devhell
63bb84bbe2 profanity: 0.9.5 -> 0.10.0 2021-01-14 15:08:47 +00:00
Michael Weiss
69dc4dc2c1
signal-desktop: 1.39.4 -> 1.39.5 2021-01-13 22:04:32 +01:00
TredwellGit
7016ae47d9 element-desktop: replace riot-desktop with element-desktop
https://element.io/previously-riot
2021-01-13 15:43:26 +00:00
TredwellGit
8fdbb53c35 element-desktop: replace electron_9 with electron 2021-01-13 15:14:22 +00:00
Charlotte Van Petegem
da9395cf8f
gomuks: 0.2.1 -> 0.2.2 2021-01-13 10:52:50 +01:00
Thiago Kenji Okada
530f90d862 rambox: migrate to use AppImage
The motivation comes from PR #108787: AppImage is the official and
using it should avoid some issues.

Also, migrating both packages (instead of only rambox-pro like #108787)
can make maintaining both packages better. There is now a `mkRambox`
function that abstract most of the build process.
2021-01-11 15:17:15 -03: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
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Anderson Torres
3af29086c5
Merge pull request #106826 from liff/teams/v30857
teams: 1.3.00.25560 -> 1.3.00.30857
2020-12-31 09:42:25 -03:00