~ruther/guix-local

ff925d37 — Ludovic Courtès 10 years ago
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.
09866b39 — Ludovic Courtès 10 years ago
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.
c3cfb7e3 — Ludovic Courtès 10 years ago
nls: Update 'da' translation.
e0b90dbf — Ricardo Wurmus 10 years ago
gnu: qtractor: Update to 0.7.5.

* gnu/packages/music.scm (qtractor): Update to 0.7.5.
36c2c8c8 — Leo Famulari 10 years ago
gnu: beets: Run tests with python-nose.

* gnu/packages/music.scm (nose)[native-inputs]: Add python-nose.
[arguments]: Replace 'check' and use python-nose.
13bc8d5e — David Thompson 10 years ago
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.
c8786834 — Ludovic Courtès 10 years ago
Update 'NEWS'.
d3e3468f — Leo Famulari 10 years ago
gnu: python-pyechonest: Clean up description.

* gnu/packages/music.scm (pyechonest)[description]: Remove "open source" from
the description.
e12f047f — Efraim Flashner 10 years ago
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.
8d506323 — David Thompson 10 years ago
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.
64ee72e1 — David Thompson 10 years ago
gnu: sdl2-image: Update to 2.0.1.

* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.1.
efd75ade — David Thompson 10 years ago
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.
a313e085 — David Thompson 10 years ago
gnu: sdl-mixer: Add ModPlug support.

* gnu/packages/sdl.scm (sdl-mixer)[inputs]: Add libmodplug.
4c0e59d1 — David Thompson 10 years ago
gnu: sdl2: Update to 2.0.4.

* gnu/packages/sdl.scm (sdl2): Update to 2.0.4.
641d0518 — Mark H Weaver 10 years ago
doc: Fix typo: "wpa_supplication" --> "wpa_supplicant".

* doc/guix.texi (Preparing for Installation): Fix typo.
7c776ddc — David Thompson 10 years ago
gnu: crossguid: Set explicit file name for source checkout.

* gnu/packages/kodi.scm (crossguid)[source]: Set explicit file-name to
  satisfy linter.
a01ad638 — David Thompson 10 years ago
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.
bf9eacd2 — Ludovic Courtès 10 years ago
doc: Mention 'guix challenge' in "Features".

* doc/guix.texi (Features): Mention trust and 'guix challenge'.
6f773606 — Ludovic Courtès 10 years ago
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.
c7762233 — Mark H Weaver 10 years ago
Revert "gnu: expat: Replace with 2.1.1 [fixes CVE-2015-1283]."

This reverts commit 6458876597d292ea06f0d41048948fd801cedb8a.
Next