gnu: Run some tests in the mongodb package check phase.
Previously the mongodb dbtests and unittests were only built, and not actually
run.
* gnu/packages/databases.scm (mongodb)[native-inputs]: Add python2-minimal,
python2-pymongo and python2-pyyaml for running the resmoke.py program, and
add tzdata as some tests fail without this.
[arguments]: Run the tests through the resmoke.py script in the check phase,
set TZDIR as a couple of tests seem to depend on this, add a comment about
the resource requirements of the tests, as they require a large amount of
disk space, and disable the async_stream_test, as it seems to hang.
gnu: Build wiredtiger with builtin compressors.
WiredTiger is used by MongoDB, and it seems to require it to be built with
builtin support for snappy compression.
* gnu/packages/databases.scm (wiredtiger)[arguments]: Replace --enable-zlib
and --enable-snappy with --with-builtins=snappy,zlib.
gnu: vsearch: Update to 2.6.2.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.6.2.
gnu: lookingglass: Update to a9.
* gnu/packages/virtualization.scm (lookingglass): Update to a9.
gnu: hexchat: Disable (duplicate) icon theme generation.
* gnu/packages/messaging.scm (hexchat): Disable (duplicate) icon theme
generation.
gnu: totem: Disable (duplicate) cache generation.
* gnu/packages/gnome.scm (totem): Disable (duplicate) cache generation.
gnu: mpv: Update to 0.28.0.
* gnu/packages/video.scm (mpv): Update to 0.28.0.
[inputs]: Change ffmpeg to ffmpeg-git, add wayland-protocols.
gnu: Add ffmpeg-git.
* gnu/packages/video.scm (ffmpeg-git): New variable.
gnu: qemu: Enable Samba support.
* gnu/packages/virtualization.scm (qemu)[arguments]: Change #:configure-flags to
a list, add --smbd flag.
[inputs]: Add samba.
gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
* gnu/packages/patches/icecat-bug-1414945.patch,
gnu/packages/patches/icecat-bug-1424373-pt2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
gnu: gpgme: Find the GnuPG executable in the environment.
This partially reverts commit 0e06bec250f34d (gnu: gpgme: Build with the
latest GnuPG) because it caused python-pygpgme and python2-pygpgme to
fail to build:
<https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00371.html>
* gnu/packages/gnupg.scm (gpgme)[arguments]: Remove '--enable-fixed-path'
from #:configure-flags.
[inputs]: Move gnupg to native-inputs.
gnu: nginx-documentation: Fix typo in synopsis.
* gnu/packages/web.scm (nginx-documentation)[synopis]: Add missing article.
gnu: python-sqlalchemy-utils: Update to 0.32.21.
* gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.32.21.
gnu: python-sadisplay: Update to 0.4.8.
* gnu/packages/databases.scm (python-sadisplay): Update to 0.4.8.
gnu: r-circlize: Improve description.
* gnu/packages/cran.scm (r-circlize)[description]: Fix typo and adjust
grammar based on upstream description.
gnu: r-circlize: Update to 0.4.3.
* gnu/packages/cran.scm (r-circlize): Update to 0.4.3.
gnu: emacs-cider: Update to 0.15.1.
* gnu/packages/emacs.scm (emacs-cider): Update to 0.15.1.
gnu: adwaita-icon-theme: Update to 3.26.1.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.1.
gnu: gexiv2: Update to 0.10.7.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.7.
[build-system]: Switch to meson-build-system.