Age | Commit message (Collapse) | Author |
|
* gnu/packages/messaging.scm (hangups): Update to 0.4.16.
[propagated-inputs]: Upgrade python-protobuf-3.6 to python-protobuf.
|
|
Fixes: <https://issues.guix.gnu.org/51341>.
* gnu/package/messaging.scm (gajim)[inputs]: Add libnice.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* 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/packages/messaging.scm (qtox): Update to 1.17.4.
|
|
* gnu/packages/messaging.scm (gajim)[inputs]: Add python-dbus.
|
|
* gnu/packages/messaging.scm (gajim)[phases](sanity-check): Remove phase.
[native-search-paths](GUIX_PYTHONPATH): Adjust version.
|
|
This packages uses ABI of libsoup v2.
* gnu/packages/messaging.scm (python-nbxmpp)[inputs]: Replace libsoup
with libsoup-minimal-2.
|
|
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.)
|
|
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
|
|
|
|
* gnu/packages/messaging.scm (tdlib): Update to 1.7.10.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
* gnu/packages/messaging.scm (gajim)[arguments]: Add missing brackets.
All typos are my own.
|
|
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/packages/messaging.scm (pounce): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
* gnu/package/messaging.scm (libphonenumber): New variable
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/messaging.scm (hangups): Update to 0.4.15.
[arguments]: Don't explicitly return #t from phases.
|
|
|
|
* gnu/packages/messaging.scm (libgadu)[arguments]: Build with '-fcommon'.
|
|
* gnu/packages/messaging.scm (weechat-wee-slack)[arguments]: Use
GUIX_PYTHONPATH.
|
|
* gnu/packages/messaging.scm (weechat-matrix)[arguments]: Use GUIX_PYTHONPATH.
|
|
* gnu/packages/messaging.scm (python-zulip)[arguments]: Do not set PYTHONPATH
variable.
|
|
* gnu/packages/messaging.scm (python-zulip)[arguments]: Remove trailing #T
from build phases.
|
|
* gnu/packages/messaging.scm (qxmpp): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
* gnu/packages/messaging.scm (profanity): Update to 0.11.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/messaging.scm (purple-lurch): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/messaging.scm (libomemo): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/messaging.scm (axc): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/messaging.scm (dino)[inputs]: Replace libsoup with
libsoup-minimal-2.
|
|
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.
|
|
|
|
* gnu/packages/messaging.scm (weechat-wee-slack): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/messaging.scm (weechat-matrix): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
* gnu/packages/messaging.scm (libgnt): Update to 2.14.3.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/messaging.scm (prosody): Update to 0.11.10.
[arguments]: Don't explicitly return #t from phases.
|
|
|
|
* gnu/packages/messaging.scm (hexchat)[arguments]: Use GUIX_PYTHONPATH instead
of PYTHONPATH in 'wrap-program' phase.
|
|
* 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/packages/messaging.scm (python-nbxmpp): Update to 2.0.4.
|
|
|
|
* gnu/packages/messaging.scm (dino): Update to 0.2.2.
|
|
|
|
* 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/packages/messaging.scm (freetalk)[arguments]: Pass the -fcommon flag to
fix the build with GCC 10.
|
|
|
|
* 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>
|
|
Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/cmake.scm
gnu/packages/curl.scm
gnu/packages/emacs-xyz.scm
gnu/packages/gpodder.scm
gnu/packages/music.scm
gnu/packages/patches/glibc-bootstrap-system.patch
gnu/packages/python-xyz.scm
gnu/packages/shells.scm
gnu/packages/statistics.scm
|