~ruther/guix-local

5220022a — Julien Lepiller 9 years ago
gnu: Add python-openid.

* gnu/packages/python.scm (python-openid): New variable.
51a0887d — Ricardo Wurmus 9 years ago
gnu: gajim: Do not propagate Python packages.

* gnu/packages/messaging.scm (gajim)[propagated-inputs]: Move all inputs from
here...
[inputs]: ...to here.
f24ebd3b — Ricardo Wurmus 9 years ago
gnu: gajim: Update to 0.16.7.

* gnu/packages/messaging.scm (gajim): Update to 0.16.7.
85bc5434 — Arun Isaac 9 years ago
gnu: ffmpeg: Build with SDL support.

SDL is required for the `ffplay' executable to be built.

* gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
08f96396 — Marius Bakke 9 years ago
gnu: libuv: Update to 1.11.0.

* gnu/packages/libevent.scm (libuv): Update to 1.11.0.
[home-page]: Change to new home.
1b0054bd — Marius Bakke 9 years ago
gnu: libev: Update to 4.24.

* gnu/packages/libevent.scm (libev): Update to 4.24.
ce8963c5 — Ludovic Courtès 9 years ago
tests: Adjust for 'http-fetch' change in (guix import json).

This is a followup to commit 81e0bc1834490a1a8092c75a0733b15c2b407285.

* tests/cpan.scm ("cpan->guix-package"): Add a 'rest' argument to the
lambda that mocks 'http-fetch'.
* tests/crate.scm ("crate->guix-package"): Likewise.
* tests/gem.scm ("gem->guix-package"): Likewise.
* tests/pypi.scm ("pypi->guix-package"): Likewise.
("pypi->guix-package, wheels"): Likewise.
824e5fe6 — José Miguel Sánchez García 9 years ago
gnu: Add font-google-material-design-icons.

* gnu/packages/font.scm (font-google-material-design-icons): New
variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
be4f149d — José Miguel Sánchez García 9 years ago
gnu: Add simh.

* gnu/packages/simh.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add simh.scm.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5f622de1 — rsiddharth 9 years ago
gnu: Add ghc-hslogger.

* gnu/packages/haskell.scm (ghc-hslogger): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3adab88f — Sergei Trofimovich 9 years ago
gnu: ghc: remove unused 'libedit' input

ghc stopped using libedit (via editline) in 2009:
    https://git.haskell.org/ghc.git/commitdiff/46aed8a4a084add708bbd119d19905105d5f0d72

* gnu/packages/haskell.scm (ghc, ghc-8): remove 'libedit' input

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ca113696 — Ben Woodcroft 9 years ago
gnu: bundler: Update to 1.14.4.

* gnu/packages/ruby.scm (bundler): Update to 1.14.4.
d2986552 — Ludovic Courtès 9 years ago
system: Use the normalized codeset for the locale name in the examples.

* gnu/system/examples/bare-bones.tmpl <locale>: Change to "en_US.utf8".
* gnu/system/examples/desktop.tmpl <locale>: Likewise.
* gnu/system/examples/lightweight-desktop.tmpl <locale>: Likewise.
230efa87 — Ludovic Courtès 9 years ago
doc: Update patch submission instructions.

* doc/contributing.texi (Submitting Patches): Add paragraph on
guix-patches@gnu.org.
43f10b5e — Marius Bakke 9 years ago
gnu: wget: Update to 1.19.1.

* gnu/packages/wget.scm (wget): Update to 1.19.1.
358dae16 — Marius Bakke 9 years ago
gnu: i3status: Update to 2.11.

* gnu/packages/wm.scm (i3status): Update to 2.11.
b76c94e6 — Christopher Allan Webber 9 years ago
gnu: Add angband.

* gnu/packages/games.scm (angband): New variable.
83f805be — Leo Famulari 9 years ago
gnu: postgresql: Update to 9.5.6.

* gnu/packages/databases.scm (postgresql): Update to 9.5.6.
46aa4c66 — Leo Famulari 9 years ago
gnu: mcabber: Update to 1.0.5 [fixes CVE-2017-5604].

* gnu/packages/messaging.scm (mcabber): Update to 1.0.5.
d6065945 — Leo Famulari 9 years ago
gnu: screen: Fix CVE-2017-5618.

* gnu/packages/patches/screen-CVE-2017-5618.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/screen.scm (screen)[source]: Use it.
Next