~ruther/guix-local

bf38d5be — Marius Bakke 8 years ago
gnu: girara: Update to 0.2.8.

* gnu/packages/gtk.scm (girara): Update to 0.2.8.
[native-inputs]: Add GLIB:BIN.
94b779b6 — Marius Bakke 8 years ago
gnu: mujs: Update to 1.0.2.

* gnu/packages/javascript.scm (mujs): Update to 1.0.2.
[source]: Download over HTTPS.
[home-page]: Update to redirected URL.
97156ba2 — Marius Bakke 8 years ago
gnu: libpipeline: Update to 1.5.0.

* gnu/packages/man.scm (libpipeline): Update to 1.5.0.
1ef03eaa — Marius Bakke 8 years ago
gnu: xf86-video-intel: Update snapshot to af6d8e9.

* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-9-af6d8e9.
3f9be788 — Marius Bakke 8 years ago
gnu: seabios: Update to 1.11.0.

* gnu/packages/firmware.scm (seabios): Update to 1.11.0.
aac1aa75 — Eric Bavier 8 years ago
gnu: Add Pioneer.

* gnu/packages/games.scm (pioneer): New variable.
15b60fc3 — Kei Kebreau 8 years ago
gnu: python-pillow: Fix test failures on i686-linux and armhf-linux.

* gnu/packages/patches/python-pillow-fix-failing-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pillow)[source]: Use it.
aa498fc0 — Thomas Danckaert 8 years ago
gnu: lollypop: Use meson-build-system, update to 0.9.306.

* gnu/packages/gnome.scm (lollypop) [origin]: Update version to 0.9.306,
download tarball from gitlab.
[build-system]: Use meson-build-system.
[arguments]: Remove phases for "pseudo meson build system".
[native-inputs]: Add glib:bin and gtk+:bin, remove ninja.
[inputs]: Remove gtk+ and meson.
90205b62 — Christopher Baines 8 years ago
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.
a469c695 — Christopher Baines 8 years ago
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.
a37f4adb — Rutger Helling 8 years ago
Revert "gnu: qemu: Enable Samba support."

This reverts commit 84276503059d46c0a42240f8770f59090614d863.
f14a6586 — Ben Woodcroft 8 years ago
gnu: vsearch: Update to 2.6.2.

* gnu/packages/bioinformatics.scm (vsearch): Update to 2.6.2.
cad464a8 — Rutger Helling 8 years ago
gnu: lookingglass: Update to a9.

* gnu/packages/virtualization.scm (lookingglass): Update to a9.
4583d827 — Danny Milosavljevic 8 years ago
gnu: hexchat: Disable (duplicate) icon theme generation.

* gnu/packages/messaging.scm (hexchat): Disable (duplicate) icon theme
generation.
6368eb39 — Danny Milosavljevic 8 years ago
gnu: totem: Disable (duplicate) cache generation.

* gnu/packages/gnome.scm (totem): Disable (duplicate) cache generation.
abc5ef5a — Rutger Helling 8 years ago
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.
dff543e8 — Rutger Helling 8 years ago
gnu: Add ffmpeg-git.

* gnu/packages/video.scm (ffmpeg-git): New variable.
84276503 — Rutger Helling 8 years ago
gnu: qemu: Enable Samba support.

* gnu/packages/virtualization.scm (qemu)[arguments]: Change #:configure-flags to
a list, add --smbd flag.
[inputs]: Add samba.
e8e860a5 — Mark H Weaver 8 years ago
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.
b3ecb3fe — Leo Famulari 8 years ago
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.
Next