doc: Make it clear that networking is needed for GuixSD installation.
Suggested by Jan Nieuwenhuizen <janneke@gnu.org>.
* doc/guix.texi (Preparing for Installation): Make it clear that
networking is required.
doc: Augment documentation about security updates.
* doc/guix.texi (Security Updates): Add paragraph on the big picture of
security updates. Cross-reference 'guix lint'.
(Invoking guix lint): Add CVE URLs.
nls: Update 'da' translation.
gnu: qtractor: Update to 0.7.5.
* gnu/packages/music.scm (qtractor): Update to 0.7.5.
gnu: beets: Run tests with python-nose.
* gnu/packages/music.scm (nose)[native-inputs]: Add python-nose.
[arguments]: Replace 'check' and use python-nose.
environment: Properly handle SIGINT.
Switching to execlp means that the process spawned in a container is PID
1, which obsoleted one of the 'guix environment --container' tests
because the init process can't be killed in the usual manner.
* guix/scripts/environment.scm (launch-environment/fork): New procedure.
(launch-environment): Switch from system* to execlp. Add handler for
SIGINT.
(guix-environment): Use launch-environment/fork.
* tests/guix-environment-container.sh: Replace abnormal exit test with
one that works now that the spawned process is PID 1.
gnu: python-pyechonest: Clean up description.
* gnu/packages/music.scm (pyechonest)[description]: Remove "open source" from
the description.
gnu: pspp: Update to 0.10.0.
* gnu/packages/maths.scm (pspp): Update to 0.10.0.
[inputs]: Switch gtk+-2 to gtk+, gtksourceview-2 to gtksourceview.
gnu: sdl2-ttf: Update to 2.0.14.
* gnu/packages/sdl.scm (sdl2-ttf): Update to 2.0.14 and remove bundled
libraries from source tarball.
gnu: sdl2-image: Update to 2.0.1.
* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.1.
gnu: sdl2-mixer: Update to 2.0.1.
* gnu/packages/sdl.scm (sdl2-mixer): Update to 2.0.1 and remove bundled
libraries in source tarball.
gnu: sdl-mixer: Add ModPlug support.
* gnu/packages/sdl.scm (sdl-mixer)[inputs]: Add libmodplug.
gnu: sdl2: Update to 2.0.4.
* gnu/packages/sdl.scm (sdl2): Update to 2.0.4.
doc: Fix typo: "wpa_supplication" --> "wpa_supplicant".
* doc/guix.texi (Preparing for Installation): Fix typo.
gnu: crossguid: Set explicit file name for source checkout.
* gnu/packages/kodi.scm (crossguid)[source]: Set explicit file-name to
satisfy linter.
environment: container: Create dummy home directory and /etc/passwd.
* guix/scripts/environment.scm (launch-environment/container): Change
$HOME to the current user's home directory instead of
/homeless-shelter. Create a dummy /etc/passwd with a single entry for
the current user.
* doc/guix.texi ("invoking guix environment"): Add a note about the
dummy home directory and /etc/passwd.
doc: Mention 'guix challenge' in "Features".
* doc/guix.texi (Features): Mention trust and 'guix challenge'.
doc: Rephrase introduction to give a better overview.
Suggested by myglc2 <myglc2@gmail.com>.
* doc/guix.texi (Introduction): Rephrase to mention features and use
cases first, and foundations last.
(Features): Mention "GuixSD".
(Utilities): Change intro: not all the tools are for packagers.