gnu: synergy: Update repository URI and hash. * gnu/packages/synergy.scm (synergy)[uri]: Replace synergy by synergy-core. [sha256]: Update to reflect the name change of the archive root directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: snakemake: Update to 4.2.0. * gnu/packages/python.scm (snakemake): Update to 4.2.0. [propagated-inputs]: Add python-appdirs, python-configargparse, python-pyyaml, and python-ratelimiter, which are dependencies as of Snakemake 4.1.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Add python-ratelimiter. * gnu/packages/python.scm (python-ratelimiter, python2-ratelimiter): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: python-configargparse: Update to 0.12.0. * gnu/packages/python.scm (python-configargparse, python2-configargparse): Update to 0.12.0. [arguments]: Enable tests. [native-inputs]: Add python-pyyaml, which is an optional dependency but required to run the tests. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: xpra: Update to 2.1.3. * gnu/packages/xorg.scm (xpra): Update to 2.1.3. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: ansible: Update to 2.4.1.0. * gnu/packages/admin.scm (ansible): Update to 2.4.1.0.
gnu: ffmpeg@3.3: Update to 3.3.5. * gnu/packages/video.scm (ffmpeg-3.3): Update to 3.3.5.
gnu: Add ffmpeg@3.3 and use it on packages that fail with 3.4. * gnu/packages/gstreamer.scm (gst-libav)[inputs]: Change ffmpeg to ffmpeg-3.3. * gnu/packages/messaging.scm (qtox)[inputs]: Change ffmpeg to ffmpeg-3.3. * gnu/packages/video.scm (ffmpeg-3.3): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: wget: Update to 1.19.2 [fixes CVE-2017-13089 and CVE-2017-13090]. * gnu/packages/wget.scm (wget): Update to 1.19.2. [source](uri): Change to '.lz' tarball. [source](patches): Remove. [native-inputs]: Add LZIP. * gnu/packages/patches/wget-CVE-2017-6508.patch, gnu/packages/patches/wget-fix-504-test-timeout.patch, gnu/packages/patches/wget-perl-5.26.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
gnu: openrct2: Fix a few paths. * gnu/packages/games.scm (openrct2): Fix a few paths.
doc: Document the installation of Go source code. * doc/guix.texi (Build Systems): Document '#:install-source?' for the Go build system.
build-system/go: Fix installation path of executable files. * guix/build/go-build-system.scm (setup-environment): Set GOBIN correctly.
gnu: go: Update to 1.9.2. * gnu/packages/golang.scm (go-1.9): Update to 1.9.2.
gnu: ffmpeg: Update to 3.4. * gnu/packages/video.scm (ffmpeg): Update to 3.4. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: node: Update to 8.7.0. * gnu/packages/node.scm (node): Update to 8.7.0. (node)[arguments]: Removed dgram mutlicast test. Removed dns test. Removed broken linter test workaround.
gnu: vsearch: Update to 2.5.1. * gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.1.
gnu: r-nloptr: Update package hash. The source was repacked and reuploaded without incrementing the version number. The difference was windows line endings on the windows files. * gnu/packages/statistics.scm (r-nloptr)[source]: Update package hash.
gnu: sorcer: Fix building on non-Intel hardware. * gnu/packages/music.scm (sorcer)[arguments]: Add phase to remove architecture specific build flags.
gnu: virt-manager: Enable persistent configuration support. * gnu/packages/virtualization.scm (virt-manager)[inputs]: Add dconf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: virt-manager: Wrap with GSettings schema and GIO modules search paths. Fixes a crash when opening the file chooser dialog. * gnu/packages/virtualization.scm (virt-manager)[arguments] <#:imported-modules>: Add (guix build glib-or-gtk-build-system). <#:modules>: Import (guix build glib-or-gtk-build-system) as glib-or-gtk:. <#:arguments>: Add 'glib-or-gtk-compile-schemas and 'glib-or-gtk-wrap. Signed-off-by: Ludovic Courtès <ludo@gnu.org>