~ruther/guix-local

ba2cd6c2 — Maxim Cournoyer 8 years ago
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>
3414ce98 — Kyle Meyer 8 years ago
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>
9d0866ce — Kyle Meyer 8 years ago
gnu: Add python-ratelimiter.

* gnu/packages/python.scm (python-ratelimiter, python2-ratelimiter): New
variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
b89e3c77 — Kyle Meyer 8 years ago
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>
750e9f15 — Rutger Helling 8 years ago
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>
256ecba1 — Jelle Licht 8 years ago
gnu: ansible: Update to 2.4.1.0.

* gnu/packages/admin.scm (ansible): Update to 2.4.1.0.
1c2adcd6 — Marius Bakke 8 years ago
gnu: ffmpeg@3.3: Update to 3.3.5.

* gnu/packages/video.scm (ffmpeg-3.3): Update to 3.3.5.
b1c01503 — Rutger Helling 8 years ago
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>
6b88912e — Marius Bakke 8 years ago
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.
2e205c61 — Rutger Helling 8 years ago
gnu: openrct2: Fix a few paths.

* gnu/packages/games.scm (openrct2): Fix a few paths.
9c43f432 — Leo Famulari 8 years ago
doc: Document the installation of Go source code.

* doc/guix.texi (Build Systems): Document '#:install-source?' for the Go
build system.
552ee772 — Leo Famulari 8 years ago
build-system/go: Fix installation path of executable files.

* guix/build/go-build-system.scm (setup-environment): Set GOBIN correctly.
0cbcab72 — Leo Famulari 8 years ago
gnu: go: Update to 1.9.2.

* gnu/packages/golang.scm (go-1.9): Update to 1.9.2.
436594ca — Rutger Helling 8 years ago
gnu: ffmpeg: Update to 3.4.

* gnu/packages/video.scm (ffmpeg): Update to 3.4.

Signed-off-by: Leo Famulari <leo@famulari.name>
bc709e03 — Jelle Licht 8 years ago
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.
ed5e9a33 — Ben Woodcroft 8 years ago
gnu: vsearch: Update to 2.5.1.

* gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.1.
8ba3f751 — Efraim Flashner 8 years ago
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.
e5af1f4a — Efraim Flashner 8 years ago
gnu: sorcer: Fix building on non-Intel hardware.

* gnu/packages/music.scm (sorcer)[arguments]: Add phase to remove
architecture specific build flags.
b1e9837a — Andy Patterson 8 years ago
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>
f023685d — Andy Patterson 8 years ago
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>
Next