~ruther/guix-local

7f949db0 — Ludovic Courtès 10 years ago
guix system: Warn against missing 'guix pull'.

Suggested by Leo Famulari and others.

* guix/scripts/system.scm (maybe-suggest-running-guix-pull): New
procedure.
(perform-action): Call it when ACTION is 'reconfigure.
e2f41133 — Ludovic Courtès 10 years ago
doc: We have even more than 3,000 packages.

Suggested by Chris Marusich <cmmarusich@gmail.com>.

* doc/guix.texi (Limitations): Increase package count.
d70533cb — Ludovic Courtès 10 years ago
store: Prepend mirror.hydra.gnu.org to %DEFAULT-SUBSTITUTE-URLS.

This allows GuixSD to default to the right list of URLs, with
mirror.hydra.gnu.org coming first.

Reported by Chris Marusich <cmmarusich@gmail.com>.

* guix/store.scm (%default-substitute-urls): Prepend
"mirror.hydra.gnu.org."
efa77c6c — Ludovic Courtès 10 years ago
doc: Explain why the config file should be stored on the target.

Suggested by Chris Marusich <cmmarusich@gmail.com>.

* doc/guix.texi (Proceeding with the Installation): Explain why the
config file should be on the target file system.
15650ac2 — Ludovic Courtès 10 years ago
doc: Suggest 'dhclient -v'.

Suggested by Chris Marusich <cmmarusich@gmail.com>.

* doc/guix.texi (Preparing for Installation): Add "-v" for dhclient.
9c18cf9b — Ludovic Courtès 10 years ago
doc: Suggest running "info info" during system installation.

Based on a suggestion by Chris Marusich <cmmarusich@gmail.com>.

* doc/guix.texi (System Installation): Suggest running "info info".
b397c0d5 — Ludovic Courtès 10 years ago
doc: Clarify 'cow-store'.

Suggested by Chris Marusich <cmmarusich@gmail.com>.

* doc/guix.texi (Proceeding with the Installation): Clarify what
'cow-store' is about.
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.
Next