gnu: java-swt: Update to 4.6.
* gnu/packages/java.scm (java-swt): Update to 4.6.
gnu: pari-gp: Update to 2.7.6.
* gnu/packages/algebra.scm (pari-gp): Update to 2.7.6.
gnu: Add emacs-writegood-mode.
* gnu/packages/emacs.scm (emacs-writegood-mode): New variable.
gnu: Add GNU Diction.
* gnu/packages/dictionaries.scm (diction): New variable.
gnu: imagemagick: Update to 6.9.4-10.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4.10.
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>
tests: basic: Don't hard-code the expected architecture name.
* gnu/tests/base.scm (run-basic-test)["uname"]: Don't hard-code the
architecture.
tests: Installation test no longer requires KVM.
* gnu/tests/install.scm (%test-installed-os): Use '-enable-kvm' only
when /dev/kvm exists.
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'.
utils: 'cache-directory' honors 'XDG_CACHE_HOME'.
* guix/utils.scm (cache-directory): Honor 'XDG_CACHE_HOME', not
'XDG_CONFIG_HOME'.
doc: Document 'make check-system'.
* doc/guix.texi (Running the Test Suite): Document 'make check-system'.
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.
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.
gnu: efl: Update to 1.17.2.
* gnu/packages/enlightenment.scm (efl): Update to 1.17.2.
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>
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.
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.