Age | Commit message (Expand) | Author |
2017-06-05 | gnu: gdb: Update to 8.0....* gnu/packages/gdb.scm (gdb): Update to 8.0.
| Ludovic Courtès |
2017-06-05 | gnu: global: Update to 6.5.7....* gnu/packages/code.scm (global): Update to 6.5.7.
| Ludovic Courtès |
2017-06-05 | gnu: openscenegraph: Tweak description....* gnu/packages/graphics.scm (openscenegraph)[description]: Remove "open
source". Use en_US spelling.
| Ludovic Courtès |
2017-06-05 | gnu: liboauth: Correct synopsis and description....* gnu/packages/web.scm (liboauth): Correct them.
| Kei Kebreau |
2017-06-05 | gnu: tiled: Update to 1.0.0....* gnu/packages/game-development.scm (tiled): Update to 1.0.0.
| David Thompson |
2017-06-05 | 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.
| Arun Isaac |
2017-06-05 | gnu: Add font-mathjax....* gnu/packages/fonts.scm (font-mathjax): New variable.
| Arun Isaac |
2017-06-05 | gnu: youtube-dl: Update to 2017.05.07....* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
| Tobias Geerinckx-Rice |
2017-06-05 | gnu: git: Update to 2.13.1....* gnu/packages/version-control.scm (git): Update to 2.13.1.
| Marius Bakke |
2017-06-05 | 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.
| Marius Bakke |
2017-06-05 | gnu: libwacom: Update to 0.25....* gnu/packages/xdisorg.scm (libwacom): Update to 0.25.
| Marius Bakke |
2017-06-05 | gnu: ethtool: Update to 4.11....* gnu/packages/networking.scm (ethtool): Update to 4.11.
| Marius Bakke |
2017-06-05 | gnu: iproute2: Update to 4.11.0....* gnu/packages/linux.scm (iproute): Update to 4.11.0.
| Marius Bakke |
2017-06-05 | gnu: libconfuse: Update to 3.2....* gnu/packages/wm.scm (libconfuse): Update to 3.2.
| Tobias Geerinckx-Rice |
2017-06-05 | gnu: exfat-tools: Update to 1.2.7....* gnu/packages/mtools.scm (exfat-tools): Update to 1.2.7.
| Tobias Geerinckx-Rice |
2017-06-05 | gnu: fuse-exfat: Update to 1.2.7....* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.7.
| Tobias Geerinckx-Rice |
2017-06-05 | 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.
| Ludovic Courtès |
2017-06-05 | gnu: guix: Update snapshot....* gnu/packages/package-management.scm (guix): Update to de9d8f0.
| Ludovic Courtès |
2017-06-05 | Merge branch 'staging' | Marius Bakke |
2017-06-04 | gnu: imagemagick: Update to 6.9.8-9....* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-9.
| Leo Famulari |
2017-06-04 | gnu: libass: Update to 0.13.7....* gnu/packages/video.scm (libass): Update to 0.13.7.
| Marius Bakke |
2017-06-04 | 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.
| Ludovic Courtès |
2017-06-04 | gnu: libssh: Update to 0.7.5....* gnu/packages/ssh.scm (libssh): Update to 0.7.5.
[source](patches): New field.
| Ludovic Courtès |
2017-06-04 | gnu: ruby-ae: Fix build failure with ruby@2.4.0....* gnu/packages/ruby.scm (ruby-ae)[arguments]<#:phases>: Add 'replace-broken-symlink'.
| Marius Bakke |
2017-06-04 | gnu: ruby-ansi: Fix build failure with ruby@2.4.0....* gnu/packages/ruby.scm (ruby-ansi)[arguments]<#:phases>: Add 'replace-broken-symlink'.
| Marius Bakke |
2017-06-04 | gnu: ruby-net-ssh: Update to 4.1.0....* gnu/packages/ruby.scm (ruby-net-ssh): Update to 4.1.0.
[native-inputs]: Add BUNDLER.
| Marius Bakke |
2017-06-04 | gnu: ruby-pg: Update to 0.20.0....* gnu/packages/ruby.scm (ruby-pg): Update to 0.20.0.
| Marius Bakke |
2017-06-04 | gnu: ruby-ox: Update to 2.5.0....* gnu/packages/ruby.scm (ruby-ox): Update to 2.5.0.
| Marius Bakke |
2017-06-04 | gnu: Add openscenegraph....* gnu/packages/graphics.scm (openscenegraph): New variable.
* gnu/packages/patches/openscenegraph-ffmpeg3.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| Manolis Ragkousis |
2017-06-04 | gnu: Add spiped....* gnu/packages/networking.scm (spiped): New variable.
| Leo Famulari |
2017-06-04 | gnu : Add unshield....* gnu/packages/compression.scm (unshield): New variable.
| Manolis Ragkousis |
2017-06-04 | gnu: Add s....* gnu/packages/shells.scm (s): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| ng0 |
2017-06-04 | gnu: Add linenoise....* gnu/packages/shells.scm (linenoise): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| ng0 |
2017-06-04 | gnu: Add python-flasgger....* gnu/packages/python.scm (python-flasgger, python2-flasgger): New variables.
| Danny Milosavljevic |
2017-06-04 | gnu: Add python-apispec....* gnu/packages/python.scm (python-apispec, python2-apispec): New variables.
| Danny Milosavljevic |
2017-06-04 | gnu: Add python-bottle....* gnu/packages/python.scm (python-bottle, python2-bottle): New variables.
| Danny Milosavljevic |
2017-06-04 | gnu: Add python-marshmallow....* gnu/packages/python.scm (python-marshmallow, python2-marshmallow):
New variables.
| Danny Milosavljevic |
2017-06-04 | gnu: Add python-flex....* gnu/packages/python.scm (python-flex, python2-flex): New variables.
| Danny Milosavljevic |
2017-06-04 | gnu: Add python-validate-email....* gnu/packages/python.scm (python-validate-email, python2-validate-email):
New variables.
| Danny Milosavljevic |
2017-06-04 | gnu: Add python-rfc3987....* gnu/packages/python.scm (python-rfc3987, python2-rfc3987): New variables.
| Danny Milosavljevic |
2017-06-04 | gnu: Add python-jsonpointer....* gnu/packages/python.scm (python-jsonpointer, python2-jsonpointer):
New variables.
| Danny Milosavljevic |
2017-06-04 | gnu: Add python-nose-randomly....* gnu/packages/python.scm (python-nose-randomly, python2-nose-randomly): New
variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Muriithi Frederick Muriuki |
2017-06-04 | gnu: Add python2-steadymark....* gnu/packages/python.scm (python2-steadymark): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Muriithi Frederick Muriuki |
2017-06-04 | gnu: Add python-misaka....* gnu/packages/python.scm (python-misaka, python2-misaka): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Muriithi Frederick Muriuki |
2017-06-04 | gnu: Add python2-couleur....* gnu/packages/python.scm (python2-couleur): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Muriithi Frederick Muriuki |
2017-06-04 | gnu: Add python-sure....* gnu/packages/python.scm (python-sure, python2-sure): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Muriithi Frederick Muriuki |
2017-06-04 | gnu: kodi: Update to 18.0_alpha-6-f22d62d....* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-6-f22d62d.
| Marius Bakke |
2017-06-04 | gnu: Add git-repo....* gnu/packages/android.scm (git-repo): New variable.
| Hartmut Goebel |
2017-06-04 | gnu: vlc: Use libdvbpsi....* gnu/packages/video.scm (vlc)[inputs]: Add libdvbpsi.
| Clément Lassieur |
2017-06-04 | gnu: Add libdvbpsi....* gnu/packages/video.scm (libdvbpsi): New variable.
| Clément Lassieur |