summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
Commit message (Collapse)AuthorAge
* gnu: hangups: Update to 0.4.16.Tobias Geerinckx-Rice2022-01-05
| | | | | * gnu/packages/messaging.scm (hangups): Update to 0.4.16. [propagated-inputs]: Upgrade python-protobuf-3.6 to python-protobuf.
* gnu: gajim: Add libnice.Ryan Desfosses2021-12-26
| | | | | | | | Fixes: <https://issues.guix.gnu.org/51341>. * gnu/package/messaging.scm (gajim)[inputs]: Add libnice. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: qtox: Remove input labels.Tobias Geerinckx-Rice2021-12-18
| | | | | | * gnu/packages/messaging.scm (qtox)[native-inputs]: Remove input labels. [arguments]: Gexp, use SEARCH-INPUT-DIRECTORY, and don't explicitly return #t from phases.
* gnu: qtox: Update to 1.17.4.Tobias Geerinckx-Rice2021-12-18
| | | | * gnu/packages/messaging.scm (qtox): Update to 1.17.4.
* gnu: gajim: Add d-bus support.Raghav Gururajan2021-12-18
| | | | * gnu/packages/messaging.scm (gajim)[inputs]: Add python-dbus.
* gnu: gajim: Correct python version and skip sanity-check.Raghav Gururajan2021-12-17
| | | | | * gnu/packages/messaging.scm (gajim)[phases](sanity-check): Remove phase. [native-search-paths](GUIX_PYTHONPATH): Adjust version.
* gnu: python-nbxmpp: Correct libsoup dependency.Raghav Gururajan2021-12-17
| | | | | | | This packages uses ABI of libsoup v2. * gnu/packages/messaging.scm (python-nbxmpp)[inputs]: Replace libsoup with libsoup-minimal-2.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * gnu: tdlib: Update to 1.7.10.Andrew Tropin2021-12-11
| | | | | | | | | | | | * gnu/packages/messaging.scm (tdlib): Update to 1.7.10. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\|
| * gnu: gajim: Fix typo.Tobias Geerinckx-Rice2021-12-10
| | | | | | | | | | * gnu/packages/messaging.scm (gajim)[arguments]: Add missing brackets. All typos are my own.
| * gnu: gajim: Restore 'disable-failing-tests phase.Tobias Geerinckx-Rice2021-12-10
| | | | | | | | | | | | | | | | | | Gajim consistently builds on my machines & bayfront, whilst raghavgururajan reports the exact same derivation consistently failing with the commented error. Odd. * gnu/packages/messaging.scm (gajim)[arguments]: Restore the old 'disable-failing-tests phase.
| * gnu: Add pounce.jgart2021-12-05
| | | | | | | | | | | | * gnu/packages/messaging.scm (pounce): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: Add libphonenumberRyan Desfosses2021-12-04
| | | | | | | | | | | | * gnu/package/messaging.scm (libphonenumber): New variable Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: hangups: Update to 0.4.15.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | | | * gnu/packages/messaging.scm (hangups): Update to 0.4.15. [arguments]: Don't explicitly return #t from phases.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\|
| * gnu: Add qxmpp.Vinicius Monego2021-11-21
| | | | | | | | | | | | * gnu/packages/messaging.scm (qxmpp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: libgadu: Build with '-fcommon'.Ludovic Courtès2021-11-22
| | | | | | | | * gnu/packages/messaging.scm (libgadu)[arguments]: Build with '-fcommon'.
* | gnu: weechat-wee-slack: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/messaging.scm (weechat-wee-slack)[arguments]: Use GUIX_PYTHONPATH.
* | gnu: weechat-matrix: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | | | | | * gnu/packages/messaging.scm (weechat-matrix)[arguments]: Use GUIX_PYTHONPATH.
* | gnu: python-zulip: Do not change PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/messaging.scm (python-zulip)[arguments]: Do not set PYTHONPATH variable.
* | gnu: python-zulip: Remove trailing #T.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/messaging.scm (python-zulip)[arguments]: Remove trailing #T from build phases.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: profanity: Update to 0.11.1.Tanguy Le Carrour2021-11-15
| | | | | | | | | | | | * gnu/packages/messaging.scm (profanity): Update to 0.11.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add purple-lurch.James Thomas2021-11-14
| | | | | | | | | | | | * gnu/packages/messaging.scm (purple-lurch): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add libomemo.James Thomas2021-11-14
| | | | | | | | | | | | * gnu/packages/messaging.scm (libomemo): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add axc.James Thomas2021-11-14
| | | | | | | | | | | | * gnu/packages/messaging.scm (axc): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: dino: Use libsoup 2.Ricardo Wurmus2021-11-12
| | | | | | | | | | * gnu/packages/messaging.scm (dino)[inputs]: Replace libsoup with libsoup-minimal-2.
* | gnu: gtk: Replace gdk-pixbuf+svg by librsvg.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the addition of a profile hook for computing the gdk-pixbuf loaders cache file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate gdk-pixbuf without fear, so replace the former for the latter. The replacement was automated with the following command: $ git grep -l ',gdk-pixbuf+svg)' \ | xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i * gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package. (gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg. (gtk+)[propagated-inputs]: Likewise. * gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\|
| * gnu: Add weechat-wee-slack.Arun Isaac2021-11-07
| | | | | | | | | | | | * gnu/packages/messaging.scm (weechat-wee-slack): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add weechat-matrix.Arun Isaac2021-11-07
| | | | | | | | | | | | * gnu/packages/messaging.scm (weechat-matrix): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * gnu: libgnt: Update to 2.14.3.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/messaging.scm (libgnt): Update to 2.14.3. [arguments]: Don't explicitly return #t from phases.
| * gnu: prosody: Update to 0.11.10.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/messaging.scm (prosody): Update to 0.11.10. [arguments]: Don't explicitly return #t from phases.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: gajim: Update to 1.3.3.Tobias Geerinckx-Rice2021-10-18
| | | | | | | | | | | | * gnu/packages/messaging.scm (gajim): Update to 1.3.3. [arguments]: Remove 'disable-failing-tests phase, as all now pass. Don't explicitly return #t from other phases.
| * gnu: python-nbxmpp: Update to 2.0.4.Tobias Geerinckx-Rice2021-10-18
| | | | | | | | * gnu/packages/messaging.scm (python-nbxmpp): Update to 2.0.4.
* | gnu: hexchat: Fix build.Guillaume Le Vaillant2021-10-25
| | | | | | | | | | * gnu/packages/messaging.scm (hexchat)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH in 'wrap-program' phase.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: dino: Update to 0.2.2.Tobias Geerinckx-Rice2021-10-14
| | | | | | | | * gnu/packages/messaging.scm (dino): Update to 0.2.2.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: hexchat: Update to 2.16.0.Tobias Geerinckx-Rice2021-10-03
| | | | | | | | | | | | | | | | | | * gnu/packages/messaging.scm (hexchat): Update to 2.16.0. [source]: Remove patch. [inputs]: Remove libnotify and libproxy. Upgrade python-2 to python@3. Add python-cffi and bash-minimal. [arguments]: Don't explicitly return #t from phases. Add a new 'wrap-program phase.
* | gnu: freetalk: Fix build.Mathieu Othacehe2021-09-28
| | | | | | | | | | * gnu/packages/messaging.scm (freetalk)[arguments]: Pass the -fcommon flag to fix the build with GCC 10.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: nheko: Update to 0.8.2.nixo2021-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/messaging.scm (nheko): Update to 0.8.2. [source snippet]: Remove third_party folder. [arguments]: Remove -fpermissive flag, remove remove-Werror phase, add phase wrap-program and unbundle-dependencies. [inputs]: Add gst-plugins-base, gst-plugins-bad, libnice, qtkeychain, and unbundle blurhash, cpp-httplib and single-application, remove tweeny. [native-inputs]: Add doxygen, graphviz used to build documentation. [description]: Simplify by removing the long list, add new features. (mtxclient): Update to 0.5.1. [arguments]: Remove set-home phase. * gnu/packages/databases.scm (lmdbxx): Update to 1.0.0. [source]: Change repository to a fork required by nheko. [home-page]: Update accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Remove psyclpc.Leo Famulari2021-07-27
| | | | | | | | | | | | | | As discussed in <https://bugs.gnu.org/46602>, psyclpc does not support a current release of OpenSSL. * gnu/packages/messaging.scm (psyclpc): Remove variable.