~ruther/guix-local

b8a680f7 — Andreas Enge 9 years ago
gnu: java-swt: Update to 4.6.

* gnu/packages/java.scm (java-swt): Update to 4.6.
c19a61bb — Andreas Enge 9 years ago
gnu: pari-gp: Update to 2.7.6.

* gnu/packages/algebra.scm (pari-gp): Update to 2.7.6.
a9fbe94e — Ludovic Courtès 9 years ago
gnu: Add emacs-writegood-mode.

* gnu/packages/emacs.scm (emacs-writegood-mode): New variable.
af456909 — Ludovic Courtès 9 years ago
gnu: Add GNU Diction.

* gnu/packages/dictionaries.scm (diction): New variable.
11f2582b — Leo Famulari 9 years ago
gnu: imagemagick: Update to 6.9.4-10.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4.10.
bae06364 — Efraim Flashner 9 years ago
bournish: Add 'wc' command.

* guix/build/bournish.scm (lines+chars, file-exists?*, wc-print)
(wc-l-print, wc-c-print, wc-command, wc-command-implementation)
(wc-l-command-implementation, wc-c-command-implementation): New procedures.
(%commands): Add 'wc'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
125af57e — Ludovic Courtès 9 years ago
tests: basic: Don't hard-code the expected architecture name.

* gnu/tests/base.scm (run-basic-test)["uname"]: Don't hard-code the
architecture.
f6d5456b — Ludovic Courtès 9 years ago
tests: Installation test no longer requires KVM.

* gnu/tests/install.scm (%test-installed-os): Use '-enable-kvm' only
when /dev/kvm exists.
f10dcbf1 — Ludovic Courtès 9 years ago
substitute: Use ~/.cache when invoked by an unprivileged user.

This is a followup to ea0c6e0507a6997f12a4f29d0445b51cf53bd81e.

* guix/scripts/substitute.scm (%narinfo-cache-directory): Use
'cache-directory' when (getuid) returns non-zero.
(cache-narinfo!): Remove 'catch'.
3583b27b — Ludovic Courtès 9 years ago
utils: 'cache-directory' honors 'XDG_CACHE_HOME'.

* guix/utils.scm (cache-directory): Honor 'XDG_CACHE_HOME', not
'XDG_CONFIG_HOME'.
0a2f2848 — Ludovic Courtès 9 years ago
doc: Document 'make check-system'.

* doc/guix.texi (Running the Test Suite): Document 'make check-system'.
c311089b — Ludovic Courtès 9 years ago
services: Add 'mcron-service'.

* gnu/services/mcron.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/tests/base.scm (%mcron-os, %test-mcron): New variables.
(run-mcron-test): New procedure.
* doc/guix.texi (Scheduled Job Execution): New node.
159daace — Ludovic Courtès 9 years ago
gnu: Add mcron2.

* gnu/packages/guile.scm (mcron2): New variable.
gnu: xorg.scm: Replace http with https in URLs.

* gnu/packages/xorg.scm: Use https for cgit.freedesktop.org,
www.x.org/wiki/, anongit.freedesktop.org.
gnu: haskell.scm: Replace http with https in Hackage, Github.

* gnu/packages/haskell.scm: Use https for Hackage, Github urls.
7cc2e1e7 — Efraim Flashner 9 years ago
gnu: efl: Update to 1.17.2.

* gnu/packages/enlightenment.scm (efl): Update to 1.17.2.
da0cef6a — Alex Kost 9 years ago
gnu: lightning: Fix typo.

This is a followup to commit c283b22e93cbf496e13b25878be3ec8a1242fb73.

* gnu/packages/assembly.scm (lightning): Add 'license' prefix.
gnu: perl-test-harness: Update to 3.36.

* gnu/packages/perl.scm (perl-test-harness): Update to 3.36.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
c283b22e — Alex Kost 9 years ago
gnu: lightning: Move to (gnu packages assembly).

* gnu/packages/lightning.scm: Remove.  Move 'lightning' to...
* gnu/packages/assembly.scm (lightning): ... here.  New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
2831675b — Alex Kost 9 years ago
build: emacs: Search for elisp in "share/emacs/site-lisp".

* guix/build/emacs-build-system.scm (emacs-inputs-el-directories):
Add ".../share/emacs/site-lisp" directory to the returned result as
elisp files can also be placed there.
Next