~ruther/guix-local

b1196206 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.13.8.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.8.
(%linux-libre-hash): Update hash.
7a402621 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.57.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.57.
a7c3dfeb — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.93.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.93.
a8401c4e — Mark H Weaver 8 years ago
gnu: linux-libre@4.1: Update to 4.1.45.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.45.
Remove patch that is now included upstream.
8c1db4fc — Marius Bakke 8 years ago
gnu: yadifa: Update to 2.2.6.

* gnu/packages/dns.scm (yadifa): Update to 2.2.6.
43dc47fa — Marius Bakke 8 years ago
gnu: Add zathura-pdf-mupdf.

* gnu/packages/pdf.scm (zathura-pdf-mupdf): New variable.
513885b5 — Marius Bakke 8 years ago
gnu: qemu: Build with libjpeg-turbo.

This gets rid of a compile warning since SPICE uses libjpeg-turbo, and reduces
the closure size by 0.8MiB.

* gnu/packages/virtualization.scm (qemu)[inputs]: Replace LIBJPEG-8 with
LIBJPEG-TURBO.
d1c11418 — Oleg Pykhalov 8 years ago
gnu: emacs: Fix Man default C header file search path.

* gnu/packages/emacs.scm (emacs): Make sure Man looks for C header files in
  the right places.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b79813a1 — 宋文武 8 years ago
gnu: speex: Build and install 'speexdec' and 'speexenc'.

* gnu/packages/xiph.scm (speex)[native-inputs]: Add 'pkg-config'.
[inputs]: Add 'speexdsp'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4ad8fbd1 — Andy Patterson 8 years ago
gnu: virt-manager: Fix default URI check.

Allows virt-manager to connect to qemu://system by default.

* gnu/packages/virtualization.scm (virt-manager)[arguments]<#:phases>: Add
'fix-default-uri.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b764a9f5 — Andy Patterson 8 years ago
gnu: virt-manager: Enable statistics graphing support.

* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add
python2-pycairo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9a187b39 — Andy Patterson 8 years ago
gnu: qemu: Add OpenGL support.

Enables virgl support with spice 0.13+.

* gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: Add
--enable-opengl.
[inputs]: Add libdrm and libepoxy.
(qemu-minimal)[inputs]: Remove libdrm and libepoxy.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8da7f792 — Andy Patterson 8 years ago
gnu: virt-manager: Enable spice-gtk support.

* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add spice-gtk.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c44dd0d6 — Andy Patterson 8 years ago
gnu: spice-gtk: Enable GObject introspection support.

Allows virt-manager to use the spice-gtk widget.

* gnu/packages/spice.scm (spice-gtk)[inputs]: Add gobject-introspection.
[arguments]<#:configure-flags>: Add --enable-introspection.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b376ec57 — Andy Patterson 8 years ago
gnu: qemu: Enable spice usb redirection support.

* gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: New
argument.
[inputs]: Add usbredir.
(qemu-minimal)[arguments]<#:configure-flags>: Restrict them even when they are
set by qemu.
[inputs]: Remove usbredir.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ad3c61fc — Ricardo Wurmus 8 years ago
gnu: python-hy: Update to 0.13.0.

* gnu/packages/python.scm (python-hy): Update to 0.13.0.
gnu: Order module imports in (gnu packages mate) alphabetically.

* gnu/packages/mate.scm: Order module imports alphabetically.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
0ff4425c — Christopher Allan Webber 8 years ago
gnu: Add dirvish.

* gnu/packages/backup.scm (dirvish): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
a1777c77 — Christopher Allan Webber 8 years ago
gnu: Add perl-libtime-period.

* gnu/packages/perl.scm (perl-libtime-period): New variable.
7f926760 — Christopher Allan Webber 8 years ago
gnu: Add perl-libtime-parsedate.

* gnu/packages/perl.scm (perl-libtime-parsedate): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
Next