~ruther/guix-local

aabece2e — Ludovic Courtès 9 years ago
gnu: guile-git, guile-bytestructures: Switch to Guile 2.2.

* gnu/packages/guile.scm (guile-bytestructures)[inputs]: Replace
GUILE-2.0 with GUILE-2.2.
(guile-git)[inputs]: Likewise.
e93f8d98 — Ludovic Courtès 9 years ago
gnu: guile-git: Update to latest Git snapshot.

* gnu/packages/guile.scm (guile-git): Update to 96dfb3b.
[arguments]: Remove #:parallel-tests?.
58b24078 — Andy Patterson 9 years ago
gnu: ccl: Forcibly set CCL_DEFAULT_DIRECTORY.

* gnu/packages/lisp.scm (ccl)[arguments]: Unconditionally set the
CCL_DEFAULT_DIRECTORY environment variable in the wrapper script.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fc7d5a34 — Andy Patterson 9 years ago
gnu: ccl: Install included libraries.

* gnu/packages/lisp.scm (ccl)[arguments]: Add 'srfi-26' to '#:modules', and
copy the included libraries to the output in the 'install' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c86c1991 — Arun Isaac 9 years ago
gnu: Add emacs-linum-relative.

* gnu/packages/emacs.scm (emacs-linum-relative): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
239cf024 — Vasile Dumitrascu 9 years ago
gnu: Add emacs-highlight-sexp.

* gnu/packages/emacs (emacs-highlight-sexp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6a91c5f2 — Vasile Dumitrascu 9 years ago
gnu: Add emacs-ox-twbs.

* gnu/packages/emacs.scm (emacs-ox-twbs): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6b7e3362 — Vasile Dumitrascu 9 years ago
gnu: Add emacs-idle-highlight.

* gnu/packages/emacs.scm (emacs-idle-highlight): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
32e18d37 — Ludovic Courtès 9 years ago
hydra: Include the localstatedir in the binary tarball.

This is a followup to 6b63c43e0661406bf9e8c4c54f517744fc2ffdb3.

* build-aux/hydra/gnu-system.scm (tarball-jobs): Pass #:localstatedir? #t
to 'self-contained-tarball'.
77310a1c — Eric Bavier 9 years ago
gnu: qutebrowser: Upgrade to 0.10.1.

* gnu/packages/web.scm (qutebrowser): Upgrade to 0.10.1.
bf5b6fb2 — Eric Bavier 9 years ago
gnu: thefuck: Upgrade to 3.15 and enable tests.

* gnu/packages/patches/thefuck-test-environ.patch: New patch.
* gnu/packages/admin.scm (thefuck): Upgrade to 3.15.
[source]: Use patch.
[arguments]: Remove '#:tests? #f'.  Move 'check' phase after 'install'.
* gnu/local.mk (dist_patch_DATA): Add patch.
6fd52309 — Tobias Geerinckx-Rice 9 years ago
gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.

All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
c219997a — Tobias Geerinckx-Rice 9 years ago
gnu: orc: Update home page.

* gnu/packages/gstreamer.scm (orc)[home-page]: Update.
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.
Next