about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
Commit message (Collapse)AuthorAge
* Merge pull request #81457 from lovesegfault/zoom-qtdepworldofpeace2020-03-04
|\ | | | | zoom-us: add qtgraphicaleffects dependency
| * zoom-us: add qtgraphicaleffects dependencyBernardo Meurer2020-03-01
| |
* | Merge pull request #80648 from pacien:riot-v1.5.10worldofpeace2020-03-02
|\ \ | | | | | | riot-desktop: 1.5.9 -> 1.5.10
| * | riot-desktop: 1.5.9 -> 1.5.10pacien2020-02-20
| | | | | | | | | | | | Synching with the riot-web update (commit da45483).
* | | zoom-us: 3.5.359539.0224 -> 3.5.361976.0301Tim Steinbach2020-03-02
| |/ |/|
* | zoom-us: 3.5.359165.0223 -> 3.5.359539.0224Tim Steinbach2020-02-26
| |
* | discord-canary: 0.0.98 -> 0.0.102Jonathan Ringer2020-02-25
| |
* | discord-ptb: 0.0.16 -> 0.0.18Jonathan Ringer2020-02-25
| |
* | discord: 0.0.9 -> 0.0.10kraem2020-02-25
| |
* | Merge pull request #79067 from strager/chatterino2-darwinDaiderd Jordan2020-02-25
|\ \ | | | | | | chatterino2: fix install on macOS
| * | chatterino2: fix: Could not find the Qt platform plugin "cocoa" in ""Matthew Glazar2020-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrapQtAppsHook ignores Mach-O binaries [1]. Additionally, wrapQtAppsHook doesn't look inside $out/Applications [2], which is where chatterino2 is installed. This means chatterino2 for Darwin/macOS is not wrapped properly, causing the following error when launched: > qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "" > > This application failed to start because no Qt platform plugin could > be initialized. Reinstalling the application may fix this problem. On macOS, explicitly wrap chatterino2's executable. [1] pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh line 85 [2] pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh line 76
| * | chatterino2: fix install on macOSMatthew Glazar2020-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Darwin/macOS, chatterino2's install phase copies no files into the output. `make install` does not copy chatterino2.app. Copy the .app manually, fixing the installation. With this patch, chatterino2 almost works on macOS. Issue #42893 applies, so to make chatterino2 work, you must install qtbase in your environment. For example: $ nix-env -iA nixpkgs.qt5.qtbase $ open ~/.nix-profile/Applications/chatterino.app
* | | Merge pull request #80534 from emilazy/update-gomuksYegor Timoshenko2020-02-24
|\ \ \ | | | | | | | | gomuks: 2019-06-28 -> 2020-02-19
| * | | gomuks: 2019-06-28 -> 2020-02-19Emily2020-02-19
| | | |
* | | | zoom-us: 3.5.352596.0119 -> 3.5.359165.0223Tim Steinbach2020-02-24
| | | |
* | | | turses: Fix buildSilvan Mosberger2020-02-21
| | | |
* | | | Merge pull request #80377 from earksiinni/ersin/slack-macosJörg Thalheim2020-02-21
|\ \ \ \ | | | | | | | | | | slack: 4.2.0 -> 4.3.3, add Darwin target
| * | | | slack: 4.3.3 -> 4.2.0Ersin Akinci2020-02-21
| | | | | | | | | | | | | | | | | | | | 4.3.3 not available yet for Linux
| * | | | slack: 4.2.0 -> 4.3.3Ersin Akinci2020-02-18
| | | | |
| * | | | slack: add MacOS targetErsin Akinci2020-02-18
| | | | |
* | | | | Merge pull request #80370 from gnidorah/ramboxJörg Thalheim2020-02-21
|\ \ \ \ \ | | | | | | | | | | | | rambox: don't build from sources
| * | | | | rambox: don't build from sourcesgnidorah2020-02-21
| | | | | |
* | | | | | tdesktop: 1.9.13 -> 1.9.14Michael Weiss2020-02-20
| |_|_|_|/ |/| | | |
* | | | | riot-web: add myself as maintainerMaximilian Bosch2020-02-20
| | | | |
* | | | | riot-web: 1.5.9 -> 1.5.10Maximilian Bosch2020-02-20
| | | | | | | | | | | | | | | | | | | | https://github.com/vector-im/riot-web/releases/tag/v1.5.10
* | | | | Merge pull request #80357 from pacien/riot-v1.5.9worldofpeace2020-02-17
|\ \ \ \ \ | |_|/ / / |/| | | | riot-{web,desktop}: 1.5.8 -> 1.5.9
| * | | | riot-desktop: 1.5.6 -> 1.5.9pacien2020-02-17
| | | | |
| * | | | riot-web: 1.5.8 -> 1.5.9pacien2020-02-17
| | | | |
* | | | | riot-web: add config overrides for privacypacien2020-02-17
|/ / / / | | | | | | | | | | | | | | | | | | | | Preventing the app from phoning home by default. GitHub: closes https://github.com/NixOS/nixpkgs/issues/80358
* / / / fractal: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
|/ / / | | | | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | | pantalaimon: init at 0.4Vincent Breitmoser2020-02-14
| | |
* | | zoom-us: fix launch (#80005)Danylo Hlynskyi2020-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zoom-us: fix launch Probably due to glibc update, ZoomLauncher became broken when v4l is present in LD_PRELOAD path. It can be fixed by a) removing ZoomLauncher from startup chain, so `zoom` is started directly or b) removing v4l from LD_PRELOAD. The reason v4l was added before was because my video was rotated upside down without it. Seem like nowadays this is fixed by Zoom itself, so I'm removing it. Fixes https://github.com/NixOS/nixpkgs/issues/79954 Co-authored-by: @mmlb
* | | treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* | | tdesktop: 1.9.12 -> 1.9.13Michael Weiss2020-02-14
| | |
* | | profanity: 0.7.1 -> 0.8.1devhell2020-02-13
| | | | | | | | | | | | | | | Changelog available at: https://github.com/profanity-im/profanity/releases/tag/0.8.1
* | | signal-desktop: fix notificationsPuck Meerburg2020-02-12
| | |
* | | tdesktop: 1.9.9 -> 1.9.12Michael Weiss2020-02-12
| | | | | | | | | | | | Note: I skipped the packaging of mapbox-variant for now.
* | | signal-desktop: 1.30.1 -> 1.31.0Michael Weiss2020-02-10
| | | | | | | | | | | | Changelog: https://github.com/signalapp/Signal-Desktop/releases/tag/v1.31.0
* | | dino: remove unnecessary private transitive depsAlyssa Ross2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As explained by Orivej (reformatted from Markdown): > These (except libsignal-protocol-c) are private dependencies of the > actual dependencies that should neither be propagated nor added > manually to dino. For example, libpsl and brotli come from > libsoup-2.4.pc: > > Requires: glib-2.0 >= 2.38, gobject-2.0 >= 2.38, gio-2.0 >= 2.38 > Requires.private: libxml-2.0, sqlite3, libpsl >= 0.20, libbrotlidec, zlib > > (To be precise, glib uses utillinuxMinimal rather than utillinux.) > > The warnings we see, such as Package 'mount', required by 'gio-2.0', > not found, come from CMake running both pkg-config --libs and > pkg-config --static --libs to populate both <XXX>_LIBRARIES and > <XXX>_STATIC_LIBRARIES[1], but dino has no use for the latter. > Currently these warnings can not be disabled: > https://gitlab.kitware.com/cmake/cmake/issues/18158 > > (They could be prevented by pruning Requires.private from shared-only > libraries akin to <https://github.com/NixOS/nixpkgs/pull/51767>, > although it can not be detected if a library is shared-only from the > .pc file alone, and this is just a warning.) > > [1]: docs: https://cmake.org/cmake/help/v3.16/module/FindPkgConfig.html
* | | twinkle: patch manual link since old domain got re-usedMaciej Krüger2020-02-10
|/ /
* | rambox-pro: 1.2.0 -> 1.2.2R. RyanTM2020-02-06
| |
* | signal-desktop: 1.30.0 -> 1.30.1Michael Weiss2020-02-04
|/ | | | Changelog: https://github.com/signalapp/Signal-Desktop/releases/tag/v1.30.1
* riot-web: 1.5.6 -> 1.5.8Franz Pletz2020-02-01
|
* kotatogram-desktop: init at 1.1.5Ilya Fedin2020-01-30
|
* tdesktop: Use CMake to install all filesMichael Weiss2020-01-30
|
* dino: fix rendering of logo in about windowAlyssa Ross2020-01-30
| | | | | | | | Previously: ** (dino:7442): CRITICAL **: 00:35:22.373: file /build/source/main/src/ui/unified_window.vala: line 86: uncaught error: Unrecognized image file format (gdk-pixbuf-error-quark, 3) (dino:7442): Gtk-WARNING **: 00:35:22.601: Found an icon but could not load it. Most likely gdk-pixbuf does not provide SVG support.
* dino: add myself as a maintainerAlyssa Ross2020-01-30
|
* dino: drop unnecessary enableParallelBuildingAlyssa Ross2020-01-30
| | | | This is the default.
* dino: 2019-10-28 -> 0.1.0Alyssa Ross2020-01-30
| | | | | | | | | | The system libsignal-protocol-c is preferred now, so fetching submodules is no longer required. The other libraries added are ones that the build complained about. I suspect they are optional dependencies. Adding them makes the build quieter, and has basically no impact on runtime closure size, so no harm in making them available to keep the build system happy.
* tdesktop: 1.9.8 -> 1.9.9Michael Weiss2020-01-29
| | | | | | `tg.protocol` was removed and shouldn't be required anymore as `telegramdesktop.desktop` already registers the handler: MimeType=x-scheme-handler/tg;