~ruther/guix-local

1819fd2c — Kei Kebreau 8 years ago
gnu: liboauth: Correct synopsis and description.

* gnu/packages/web.scm (liboauth): Correct them.
3535181f — David Thompson 8 years ago
gnu: tiled: Update to 1.0.0.

* gnu/packages/game-development.scm (tiled): Update to 1.0.0.
a3d3b7a4 — Arun Isaac 8 years ago
gnu: Add js-mathjax.

* gnu/packages/javascript.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/javascript.scm (js-mathjax): New variable.
6bce5955 — Arun Isaac 8 years ago
gnu: Add font-mathjax.

* gnu/packages/fonts.scm (font-mathjax): New variable.
044daaab — Tobias Geerinckx-Rice 8 years ago
gnu: youtube-dl: Update to 2017.05.07.

* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
7379a146 — Marius Bakke 8 years ago
gnu: git: Update to 2.13.1.

* gnu/packages/version-control.scm (git): Update to 2.13.1.
00c5e3e5 — Marius Bakke 8 years ago
gnu: xf86-input-wacom: Update to 0.34.2.

* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.34.2.
[source]: Remove obsolete patch.
* gnu/packages/patches/xf86-input-wacom-xorg-abi-25.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
0c70d809 — Marius Bakke 8 years ago
gnu: libwacom: Update to 0.25.

* gnu/packages/xdisorg.scm (libwacom): Update to 0.25.
22ffa153 — Marius Bakke 8 years ago
gnu: ethtool: Update to 4.11.

* gnu/packages/networking.scm (ethtool): Update to 4.11.
025817a5 — Marius Bakke 8 years ago
gnu: iproute2: Update to 4.11.0.

* gnu/packages/linux.scm (iproute): Update to 4.11.0.
9cf9f7a8 — Tobias Geerinckx-Rice 8 years ago
gnu: libconfuse: Update to 3.2.

* gnu/packages/wm.scm (libconfuse): Update to 3.2.
2d53c506 — Tobias Geerinckx-Rice 8 years ago
gnu: exfat-tools: Update to 1.2.7.

* gnu/packages/mtools.scm (exfat-tools): Update to 1.2.7.
be900082 — Tobias Geerinckx-Rice 8 years ago
gnu: fuse-exfat: Update to 1.2.7.

* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.7.
3bee4b61 — Ludovic Courtès 8 years ago
services: guix: Add 'max-silent-time' and 'timeout'.

* gnu/services/base.scm (<guix-configuration>)[max-silent-time]
[timeout]: New fields.
(guix-shepherd-service): Honor them.
* doc/guix.texi (Base Services): Document them.
368680d8 — Ludovic Courtès 8 years ago
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix): Update to de9d8f0.
f484a50d — Marius Bakke 8 years ago
Merge branch 'staging'
0efea212 — Leo Famulari 8 years ago
gnu: imagemagick: Update to 6.9.8-9.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-9.
6cb5476a — Marius Bakke 8 years ago
gnu: libass: Update to 0.13.7.

* gnu/packages/video.scm (libass): Update to 0.13.7.
de9d8f0e — Ludovic Courtès 8 years ago
ssh: Improve error reporting when 'send-files' fails.

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

* guix/ssh.scm (store-import-channel)[import]: Add 'consume-input'
procedure.  Wrap body in 'catch' and 'guard'.  Use 'open-remote-pipe'
with OPEN_BOTH instead of 'open-remote-output-pipe'.
(send-files): After the 'channel-send-eof' call, do (read port).
Interpret the result sexp and raise an error condition if needed.
fb976ada — Ludovic Courtès 8 years ago
gnu: libssh: Update to 0.7.5.

* gnu/packages/ssh.scm (libssh): Update to 0.7.5.
[source](patches): New field.
Next