~ruther/guix-local

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 9 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.
067a2e2d — Chris Marusich 9 years ago
guix system: If the new system generation already exists, overwrite it.

Fixes <http://bugs.gnu.org/25100>.

Before that, 'guix system reconfigure' would fail if the next generation
already existed.

* guix/scripts/system.scm (switch-to-system): Use 'switch-symlink'
instead of 'symlink'.
* doc/guix.texi (Using the Configuration System, Invoking guix system):
Document the behavior.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4bd391f5 — Leo Famulari 9 years ago
gnu: i3-wm: Update to 4.13.

* gnu/packages/wm.scm (i3-wm): Update to 4.13.
[arguments]: Pass '-std=c11' to #:make-flags. Provide path to XML_CATALOG_FILES.
Pass '--disable-builddir' to #:configure-flags. Re-enable the 'configure' phase
to adjust to new Autotools build system.
[inputs]: Add xcb-util-xrm.
[native-inputs]: Add docbook-xsl.
81f4f105 — Leo Famulari 9 years ago
gnu: xcb-util-cursor: Propagate dependencies from 'xcb-cursor.pc'.

* gnu/packages/xorg.scm (xcb-util-cursor)[inputs]: Move xcb-util-renderutil and
xcb-util-image to ...
[propagated-inputs]: ... here.
6e02766d — Leo Famulari 9 years ago
gnu: ruby-2.2, ruby-2.1, ruby-1.8: Don't replace with ruby-2.3.3.

* gnu/packages/ruby.scm (ruby-2.2, ruby-2.1, ruby-1.8)[replacement]: New field.
3a6a5632 — Ludovic Courtès 9 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 9328eaf.
9328eafb — Ludovic Courtès 9 years ago
services: file-system: Make sure fsck.* commands are in $PATH.

Fixes a regression introduced in
bf7ef1bb848db0977b54ea012789adc68751c68a, whereby the fsck.* commands
would not be found.

* gnu/services/base.scm (file-system-shepherd-service): Call calls to
'setenv'.
a79fbd5d — Ludovic Courtès 9 years ago
nls: Adjust to geeqie.scm removal.

This is a followup to d1a5b20081c30da7503201df260cf20b8d0ba633.

* po/packages/POTFILES.in: Remove gnu/packages/geeqie.scm.
d8501b84 — Tobias Geerinckx-Rice 9 years ago
refresh: Indicate that PACKAGE... is optional.

* guix/scripts/refresh.scm (show-help): Add brackets around PACKAGE.
c0cc805e — Tobias Geerinckx-Rice 9 years ago
gnu: fuse-exfat: Update to 1.2.5.

* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.5.
[native-inputs]: Remove scons build system which is no longer used.
[arguments]: Remove.
[home-page]: Replace dead Google Code home page.
Next