summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: hangups: Update to 0.4.16.•••* gnu/packages/messaging.scm (hangups): Update to 0.4.16. [propagated-inputs]: Upgrade python-protobuf-3.6 to python-protobuf. Tobias Geerinckx-Rice2022-01-051-3/+3
* gnu: gajim: Add libnice.•••Fixes: <https://issues.guix.gnu.org/51341>. * gnu/package/messaging.scm (gajim)[inputs]: Add libnice. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Ryan Desfosses2021-12-261-0/+1
* gnu: qtox: Remove input labels.•••* gnu/packages/messaging.scm (qtox)[native-inputs]: Remove input labels. [arguments]: Gexp, use SEARCH-INPUT-DIRECTORY, and don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-12-181-27/+25
* gnu: qtox: Update to 1.17.4.•••* gnu/packages/messaging.scm (qtox): Update to 1.17.4. Tobias Geerinckx-Rice2021-12-181-2/+2
* gnu: gajim: Add d-bus support.•••* gnu/packages/messaging.scm (gajim)[inputs]: Add python-dbus. Raghav Gururajan2021-12-181-0/+1
* gnu: gajim: Correct python version and skip sanity-check.•••* gnu/packages/messaging.scm (gajim)[phases](sanity-check): Remove phase. [native-search-paths](GUIX_PYTHONPATH): Adjust version. Raghav Gururajan2021-12-171-1/+5
* gnu: python-nbxmpp: Correct libsoup dependency.•••This packages uses ABI of libsoup v2. * gnu/packages/messaging.scm (python-nbxmpp)[inputs]: Replace libsoup with libsoup-minimal-2. Raghav Gururajan2021-12-171-1/+1
* gnu: Further simplify package inputs.•••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.) Ludovic Courtès2021-12-131-4/+2
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-319/+233
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-131-39/+40
|\
| * gnu: tdlib: Update to 1.7.10.•••* gnu/packages/messaging.scm (tdlib): Update to 1.7.10. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Andrew Tropin2021-12-111-39/+40
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-101-0/+40
|\|
| * gnu: gajim: Fix typo.•••* gnu/packages/messaging.scm (gajim)[arguments]: Add missing brackets. All typos are my own. Tobias Geerinckx-Rice2021-12-101-1/+1
| * gnu: gajim: Restore 'disable-failing-tests phase.•••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. Tobias Geerinckx-Rice2021-12-101-0/+7
| * gnu: Add pounce.•••* gnu/packages/messaging.scm (pounce): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> jgart2021-12-051-0/+33
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-051-6/+39
|\|
| * gnu: Add libphonenumber•••* gnu/package/messaging.scm (libphonenumber): New variable Co-authored-by: Ludovic Courtès <ludo@gnu.org> Ryan Desfosses2021-12-041-0/+35
| * gnu: hangups: Update to 0.4.15.•••* gnu/packages/messaging.scm (hangups): Update to 0.4.15. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-11-271-6/+4
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-231-0/+42
|\|
| * gnu: Add qxmpp.•••* gnu/packages/messaging.scm (qxmpp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego2021-11-211-0/+42
* | gnu: libgadu: Build with '-fcommon'.•••* gnu/packages/messaging.scm (libgadu)[arguments]: Build with '-fcommon'. Ludovic Courtès2021-11-221-2/+3
* | gnu: weechat-wee-slack: Use GUIX_PYTHONPATH.•••* gnu/packages/messaging.scm (weechat-wee-slack)[arguments]: Use GUIX_PYTHONPATH. Ricardo Wurmus2021-11-221-1/+1
* | gnu: weechat-matrix: Use GUIX_PYTHONPATH.•••* gnu/packages/messaging.scm (weechat-matrix)[arguments]: Use GUIX_PYTHONPATH. Ricardo Wurmus2021-11-221-1/+1
* | gnu: python-zulip: Do not change PYTHONPATH.•••* gnu/packages/messaging.scm (python-zulip)[arguments]: Do not set PYTHONPATH variable. Ricardo Wurmus2021-11-221-1/+0
* | gnu: python-zulip: Remove trailing #T.•••* gnu/packages/messaging.scm (python-zulip)[arguments]: Remove trailing #T from build phases. Ricardo Wurmus2021-11-221-5/+2
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-171-2/+130
|\|
| * gnu: profanity: Update to 0.11.1.•••* gnu/packages/messaging.scm (profanity): Update to 0.11.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Tanguy Le Carrour2021-11-151-2/+2
| * gnu: Add purple-lurch.•••* gnu/packages/messaging.scm (purple-lurch): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> James Thomas2021-11-141-0/+52
| * gnu: Add libomemo.•••* gnu/packages/messaging.scm (libomemo): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> James Thomas2021-11-141-0/+35
| * gnu: Add axc.•••* gnu/packages/messaging.scm (axc): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> James Thomas2021-11-141-0/+41
* | gnu: dino: Use libsoup 2.•••* gnu/packages/messaging.scm (dino)[inputs]: Replace libsoup with libsoup-minimal-2. Ricardo Wurmus2021-11-121-2/+2
* | gnu: gtk: Replace gdk-pixbuf+svg by librsvg.•••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. Maxim Cournoyer2021-11-111-1/+1
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-081-1/+118
|\|
| * gnu: Add weechat-wee-slack.•••* gnu/packages/messaging.scm (weechat-wee-slack): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Arun Isaac2021-11-071-0/+50
| * gnu: Add weechat-matrix.•••* gnu/packages/messaging.scm (weechat-matrix): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Arun Isaac2021-11-071-1/+68
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-031-16/+10
|\|
| * gnu: libgnt: Update to 2.14.3.•••* gnu/packages/messaging.scm (libgnt): Update to 2.14.3. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-11-031-8/+5
| * gnu: prosody: Update to 0.11.10.•••* gnu/packages/messaging.scm (prosody): Update to 0.11.10. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-11-031-8/+5
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-311-15/+6
|\|
| * gnu: gajim: Update to 1.3.3.•••* 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. Tobias Geerinckx-Rice2021-10-181-13/+4
| * gnu: python-nbxmpp: Update to 2.0.4.•••* gnu/packages/messaging.scm (python-nbxmpp): Update to 2.0.4. Tobias Geerinckx-Rice2021-10-181-2/+2
* | gnu: hexchat: Fix build.•••* gnu/packages/messaging.scm (hexchat)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH in 'wrap-program' phase. Guillaume Le Vaillant2021-10-251-1/+2
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-181-2/+2
|\|
| * gnu: dino: Update to 0.2.2.•••* gnu/packages/messaging.scm (dino): Update to 0.2.2. Tobias Geerinckx-Rice2021-10-141-2/+2
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-121-14/+22
|\|
| * gnu: hexchat: Update to 2.16.0.•••* 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. Tobias Geerinckx-Rice2021-10-031-14/+22
* | gnu: freetalk: Fix build.•••* gnu/packages/messaging.scm (freetalk)[arguments]: Pass the -fcommon flag to fix the build with GCC 10. Mathieu Othacehe2021-09-281-1/+3
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-071-112/+52
|\|
| * gnu: nheko: Update to 0.8.2.•••* 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> nixo2021-09-031-39/+52
| * gnu: Remove psyclpc.•••As discussed in <https://bugs.gnu.org/46602>, psyclpc does not support a current release of OpenSSL. * gnu/packages/messaging.scm (psyclpc): Remove variable. Leo Famulari2021-07-271-73/+0