~ruther/guix-local

7f652029 — Kei Kebreau 8 years ago
gnu: python-sge-pygame: Update source URL.

* gnu/packages/game-development.scm (python-sge-pygame)[source]: Update URL.
9ccce799 — Leo Famulari 8 years ago
gnu: musl: Update to 1.1.17.

* gnu/packages/musl.scm (musl): Update to 1.1.17.
[source]: Remove patch.
* gnu/packages/patches/musl-CVE-2016-8859.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
37ce440d — Ludovic Courtès 8 years ago
download: Download a nar when a VCS checkout fails.

Fixes <https://bugs.gnu.org/28709>.

* guix/build/download-nar.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/cvs-download.scm (cvs-fetch)[zlib, config.scm, modules]: New
variables.
[build]: Use MODULES.  Add call to 'download-nar'.
* guix/git-download.scm (git-fetch): Likewise.
* guix/hg-download.scm (hg-fetch): Likewise.
8c348825 — Ludovic Courtès 8 years ago
Add (guix progress).

Among other things, this removes (guix utils), (guix ui), (guix config),
etc. from the closure of (guix build download), as was the case since
798648515b77507c242752457b4dc17c155bad6e.

* guix/utils.scm (<progress-reporter>, call-with-progress-reporter):
Move to...
* guix/progress.scm: ... here.  New file.
* Makefile.am (MODULES): Add it.
* guix/build/download.scm (current-terminal-columns)
(nearest-exact-integer, duration->seconds, seconds->string)
(byte-count->string, progress-bar, string-pad-middle)
(rate-limited, progress-reporter/file, dump-port*)
(time-monotonic): Move to progress.scm.
* guix/scripts/download.scm: Adjust accordingly.
* guix/scripts/substitute.scm: Likewise.
347fa4ae — Ludovic Courtès 8 years ago
download: Make 'http-fetch' public.

* guix/build/download.scm (http-fetch): Remove 'file' parameter.  Change
to return an input port and the content-length.  Make public.
(url-fetch): Adjust accordingly.
b3ac341d — Ludovic Courtès 8 years ago
download: Remove old-Guile leftovers.

This is a followup to 36626c556ed75219bce196ac93d148f6b9af984c.

* guix/build/download.scm (http-fetch): Rename 'port-or-bv' to 'port'.
Assume (port? port) is always true, and remove other branch.
9b396c0c — Ludovic Courtès 8 years ago
vm: Always use GRUB/i386.

Fixes <https://bugs.gnu.org/28768>.
Reported by Oleg Pykhalov <go.wigust@gmail.com>.

* gnu/system/vm.scm (virtualized-operating-system): Override the
'bootloader' field.
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>
Next