~ruther/guix-local

cf0ef075 — Jan Nieuwenhuizen 10 years ago
gnu: Add mingw-w64.

* gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch,
gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch,
gnu/packages/mingw.scm: New files.
* gnu/local.mk (dist_patch_DATA): Add the patches.
(GNU_SYSTEM_MODULES): Add mingw.scm.
9747d189 — Alex ter Weele 9 years ago
doc: Correct example for 'wpa-supplicant-service-type'.

* doc/guix.texi (Networking Services): Change example to use
'wpa-supplicant-service-type'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4908ae48 — Ricardo Wurmus 9 years ago
gnu: zynaddsubfx: Update to 3.0.1.

* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.1.
4ff71cac — Efraim Flashner 9 years ago
gnu: libx264: Update to 20161205-2245.

* gnu/packages/video.scm (libx264): Update to 20161205-2245.
[source]: Use https.
[home-page]: Same.
425fabfc — Leo Famulari 9 years ago
gnu: radicale: Skip the test suite.

* gnu/packages/dav.scm (radicale)[arguments]: Skip the tests.
37479058 — Efraim Flashner 9 years ago
gnu: ffmpeg: Update to 3.2.2.

* gnu/packages/video.scm (ffmpeg): Update to 3.2.2.
61c71171 — Ricardo Wurmus 9 years ago
gnu: emacs-expand-region: Update to 0.11.0.

* gnu/packages/emacs.scm (emacs-expand-region): Update to 0.11.0.
1ebe49f1 — Efraim Flashner 9 years ago
gnu: httpd: Add fix for CVE-2016-8740.

* gnu/packages/web.scm (httpd)[source]: Add patch for CVE-2016-8740.
* gnu/packages/patches/httpd-CVE-2016-8740.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
3a735ecf — Hartmut Goebel 9 years ago
gnu: python2-notebook: Fix build.

* gnu/packages/python.scm (python2-notebook)[properties]: Add
python2-variant.
(python2-notebook)[native-packages] add python2-mock. [arguments] Add
phase "disable-test-case" for disabling a failing test. immediately
c4abbac3 — Hartmut Goebel 9 years ago
gnu: python-ipython-genutils: Update description.

* gnu/packages/python.scm (python-ipython-genutils)[description]: Add
deprecation note and TODO comment.
4dbc8ec4 — Hartmut Goebel 9 years ago
gnu: python-ipython: Update to 4.0.3

* gnu/packages/python.scm (python-ipython, python2-ipython): Update to
version 4.0.3.
5a66e25c — Ricardo Wurmus 9 years ago
gnu: Add seq24.

* gnu/packages/music.scm (seq24): New variable.
* gnu/packages/patches/seq24-rename-mutex.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
24420005 — Efraim Flashner 9 years ago
gnu: links: Update to 2.14.

* gnu/packages/links.scm (links): Update to 2.14.
590abe01 — Jan Nieuwenhuizen 10 years ago
gnu: Add openh264.

* gnu/packages/video.scm (openh264): New variable.
40f2d1bc — Ludovic Courtès 9 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 8d125c.
8d125cfc — Ludovic Courtès 9 years ago
offload: Increase the connection timeout.

* guix/scripts/offload.scm (open-ssh-session): Set #:timeout to 10.
0237d797 — Ludovic Courtès 9 years ago
offload: Send the build log to the right file descriptor.

This fixes a regression introduced in
21531add3205e400707c8fbfd841845f9a71863a whereby the build log would no
longer be sent to FD 4, thereby leading the daemon to not see the build
log.

* guix/scripts/offload.scm (transfer-and-offload): Parameterize
CURRENT-BUILD-OUTPUT-PORT.
8243951e — Ludovic Courtès 9 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to e11c42f.
e11c42f2 — Ludovic Courtès 9 years ago
offload: Fix plural of some messages.

* guix/scripts/offload.scm (send-files): Use 'N_' for possibly plural
message.  Write "store item" instead of "store file".
(retrieve-files): Likewise.
1d48cf94 — Ludovic Courtès 9 years ago
offload: Make the compression methods configurable.

* guix/scripts/offload.scm (<build-machine>)[compression]
[compression-level]: New fields.
(open-ssh-session): Honor them.
* doc/guix.texi (Daemon Offload Setup): Document them.
Next