~ruther/guix-local

2abf6371 — Mark H Weaver 9 years ago
gnu: icecat: Add fixes from mozilla-esr45; use skia by default.

* gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add fixes from
the upstream mozilla-esr45 repository.
[arguments]: Add 'use-skia-by-default' phase.
5e923414 — Leo Famulari 9 years ago
gnu: python-enum34: Update to 1.1.6.

* gnu/packages/python.scm (python-enum34, python2-enum34): Update to 1.1.6.
[arguments]: Remove custom test phase.
9342c5a0 — Kei Kebreau 9 years ago
gnu: schismtracker: Update to 20160913.

* gnu/packages/music.scm (schismtracker): Update to 20160913.
[source]: Update snippet for version 20160913.
a29d329f — Tobias Geerinckx-Rice 9 years ago
gnu: games: Don't MKDIR before INSTALL-FILE.

* gnu/packages/games.scm (glkterm, glulxe, grue-hunter)[arguments]:
Remove spurious MKDIRs.
05e0ac46 — Tobias Geerinckx-Rice 9 years ago
gnu: retroarch: Don't use %OUTPUT.

* gnu/packages/games.scm (retroarch)[arguments]: Accept an OUTPUTS key
in the configure phase.  Add a comment about the script.  Use LET*.
3f127147 — Tobias Geerinckx-Rice 9 years ago
gnu: games: Use ‘modify-phases’.

* gnu/packages/games.scm (pingus, cmatrix, freedink-data, xboing, irrlicht,
glkterm, glulx, retroarch)[arguments]: Use ‘modify-phases’ syntax.
92bdf777 — Tobias Geerinckx-Rice 9 years ago
gnu: glulxe: Fix typo.

* gnu/packages/games.scm (glulxe)[description]: Fix typo.
dbe7095b — Tobias Geerinckx-Rice 9 years ago
gnu: glkterm: Use @code in description.

* gnu/packages/games.scm (glkterm)[description]: Use @code.
ddce0903 — Tobias Geerinckx-Rice 9 years ago
gnu: games: Use INSTALL-FILE.

* gnu/packages/games.scm (glkterm, glulxe): Use INSTALL-FILE, return #t
instead of an undefined value, and prefer using let bindings.
dbaca6b5 — Tobias Geerinckx-Rice 9 years ago
gnu: zstd: Update to 1.1.4.

* gnu/packages/compression.scm (zstd): Update to 1.1.4.
a53a6b6f — Tobias Geerinckx-Rice 9 years ago
gnu: hyperrogue: Improve description.

* gnu/packages/games.scm (hyperrogue)[description]: Mainly fix a typo.
Throw in a few tweaks as well.
8d5fe1f1 — Tobias Geerinckx-Rice 9 years ago
gnu: Add httpfs2.

* gnu/packages/file-systems.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
8615da90 — Leo Famulari 9 years ago
gnu: beets: Don't build with python-enum34.

This package is unnecessary when using Python > 3.3.

* gnu/packages/music.scm (beets)[inputs]: Remove python-enum34.
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.
Next