~ruther/guix-local

7086540d — Leo Famulari 9 years ago
gnu: elfutils: Update to 0.168 [fixes CVE-2016-{10254,10255}].

* gnu/packages/elf.scm (elfutils): Update to 0.168.
[source]: Update URL.
[home-page]: Update URL.
4caad35d — Leo Famulari 9 years ago
gnu: imagemagick: Update to 6.9.8-3.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-3.
a4cdcffb — Ludovic Courtès 9 years ago
gnu: lxsession: Build Vala code from source.

* gnu/packages/lxde.scm (lxsession)[source](snippet): New field.
f8279ba4 — Kei Kebreau 9 years ago
gnu: hyperrogue: Update to 9.4c.

* gnu/packages/games.scm (hyperrogue): Update to 9.4c.
[source]: Remove snippet.
[arguments]: Remove #:make-flags; adjust configure and install phases; add
install-data phase.
[native-inputs]: Add hyperrogue-data and unzip.
[license]: Add cc-by-sa4.0 and cc0 licenses for sounds.
7bde7273 — Leo Famulari 9 years ago
gnu: libressl: Update to 2.5.2.

* gnu/packages/tls.scm (libressl): Update to 2.5.2.
b125649a — Vasile Dumitrascu 9 years ago
gnu: emacs-monroe: Don't use MELPA archive.

* gnu/packages/emacs.scm (emacs-monroe)[version]: Change to 0.3.1.
[source]: Use github instead of melpa. Add (file-name).
[home-page]: Use HTTPS.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
3ee9355e — Marius Bakke 9 years ago
gnu: python-pexpect: Add verbose test output.

Fixes <https://bugs.gnu.org/26286>.

* gnu/packages/python.scm (python-pexpect, python2-pexpect)[arguments]: Add
"-v" to "nosetests" command.
gnu: Add lxde.

* gnu/packages/lxde.scm (lxde): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add lxpanel.

* gnu/packages/lxde.scm (lxpanel): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add keybinder.

* gnu/packages/wm.scm (keybinder): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add lxsession.

* gnu/packages/lxde.scm (lxsession): New variable.
* gnu/packages/patches/lxsession-use-gapplication.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add lxinput.

* gnu/packages/lxde.scm (lxinput): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add lxde-common.

* gnu/packages/lxde.scm (lxde-common): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add lxde-icon-theme.

* gnu/packages/lxde.scm (lxde-icon-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add lxmenu-data.

* gnu/packages/lxde.scm (lxmenu-data): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6bd4a889 — Kyle Meyer 9 years ago
gnu: emacs-elfeed: Update to 2.1.0.

* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e1f02f92 — Ludovic Courtès 9 years ago
Replace (compose not PROC) with simpler idioms.

* gnu/packages/bioinformatics.scm (python-pysam)[arguments] <check>:
Use (negate proc) instead of (compose not proc).
* guix/import/cran.scm (recursive-import): Likewise.
* guix/import/elpa.scm (filter-dependencies): Use 'remove' instead of
'(filter (compose not proc) ...)'.
23b9168d — Leo Famulari 9 years ago
gnu: python-pytest-2.9.2: Replace with python-pytest-3.0.

* gnu/packages/python.scm (python-pytest-2.9.2): Replace with ...
(python-pytest-3.0): ... new variable.
(python2-pytest-3.0): New variable.
(python-cryptography, python2-cryptography, python-sphinx-1.5.3)[native-inputs]:
Replace python-pytest-2.9.2 with python-pytest-3.0.
* gnu/packages/backup.scm (borg)[native-inputs]: Likewise.
gnu/packages/calendar.scm (khal)[native-inputs]: Likewise.
eec21d4b — Muriithi Frederick Muriuki 9 years ago
gnu: Add python-mando

* gnu/packages/python.scm (python-mando, python2-mando): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
5d0c3ba8 — Muriithi Frederick Muriuki 9 years ago
gnu: Add python-paramunittest

* gnu/packages/python.scm (python-paramunittest, python2-paramunittest): New
variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
Next