~ruther/guix-local

4af80275 — Ben J Woodcroft 9 years ago
gnu: ruby-2.2: Update to 2.2.6.

* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.6.
gnu: mps-youtube: Disable tests.

* gnu/packages/video.scm (mps-youtube): Disable tests.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: python-pafy: Disable tests.

* gnu/packages/python.scm (python-pafy): Disable tests.

Signed-off-by: Leo Famulari <leo@famulari.name>
01278f16 — Petter 9 years ago
gnu: Add xcalib.

* gnu/packages/xdisorg (xcalib): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
c2662820 — Ludovic Courtès 9 years ago
gnu: emacs-org: Update to 20161102.

* gnu/packages/emacs.scm (emacs-org)[source]: Switch to elpa.gnu.org so
'guix refresh' can pick it up.  Update to 20161102.
4c80d4c4 — Ludovic Courtès 9 years ago
download: Do not offload 'builtin:download' derivations.

* guix/download.scm (built-in-download): Pass #:local-build? #t.
8134dc1f — Ludovic Courtès 9 years ago
gnu: guile@2.0.13: Fix non-determinism issue in REPL server test.

* gnu/packages/patches/guile-repl-server-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/guile.scm (guile-2.0.13)[source]: Use it.
65104978 — Danny Milosavljevic 9 years ago
gnu: xonsh: Update to 0.4.7.

* gnu/packages/shells.scm (xonsh): Update to 0.4.7.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
d7da7604 — 宋文武 9 years ago
gnu: opensmtpd: Build man pages.

* gnu/packages/mail.scm (opensmtpd)[native-inputs]: Add groff.
4d17fe2a — Efraim Flashner 9 years ago
gnu: python-gst: Update to 1.10.1.

* gnu/packages/gstreamer.scm (python-gst, python2-gst): Update to 1.10.1.
950548b0 — Efraim Flashner 9 years ago
gnu: gst-libav: Update to 1.10.1.

* gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.1.
2e747a3f — Efraim Flashner 9 years ago
gnu: gst-plugins-ugly: Update to 1.10.1.

* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.1.
95e89a45 — Efraim Flashner 9 years ago
gnu: gst-plugins-bad: Update to 1.10.1 (Fixes security issues).

* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.1.
faa3c139 — Efraim Flashner 9 years ago
gnu: gst-plugins-good: Update to 1.10.1.

* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.1.
de0e591a — Efraim Flashner 9 years ago
gnu: gst-plugins-base: Update to 1.10.1.

* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.1.
28e36631 — Efraim Flashner 9 years ago
gnu: gstreamer: Update to 1.10.1.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.1.
88bdbb2a — Roel Janssen 9 years ago
guix package: Display newline after generation diffs.

* guix/ui.scm (display-profile-content-diff): Display an extra newline.
1f9803c2 — Ludovic Courtès 9 years ago
services: static-networking: Add netmask.

Reported by Mathieu Lirzin and Andreas Enge.

* gnu/services/networking.scm (<static-networking>)[netmask]: New
field.
(static-networking-service-type): Honor it.
* gnu/services/networking.scm (static-networking-service): Add #:netmask
and honor it.
* doc/guix.texi (Networking Services): Adjust accordingly.
056d0b40 — Ludovic Courtès 9 years ago
tests: basic: Fix harmless thinko.

* gnu/tests/base.scm (run-basic-test)["login on tty1"]: Move the
file-waiting loop inside the 'marionette-eval' body.  Before that, we
were waiting for the file to appear on the host, which would never
happen, meaning that we were always waiting for 15 seconds.
e9ff8d9f — Ludovic Courtès 9 years ago
syscalls: 'configure-network-interface' has a #:netmask parameter.

* guix/build/syscalls.scm (configure-network-interface): Add #:netmask
keyword parameter and honor it.
Next