~ruther/guix-local

cf31d5e1 — Ricardo Wurmus 8 years ago
gnu: Add noise-repellent.

* gnu/packages/audio.scm (noise-repellent): New variable.
13edf1b9 — Ricardo Wurmus 8 years ago
gnu: Add aj-snapshot.

* gnu/packages/music.scm (aj-snapshot): New variable.
39b33584 — Ricardo Wurmus 8 years ago
gnu: Add jack-capture.

* gnu/packages/music.scm (jack-capture): New variable.
40713793 — Ricardo Wurmus 8 years ago
gnu: Add qjackrcd.

* gnu/packages/audio.scm (qjackrcd): New variable.
92b36e3a — Ricardo Wurmus 8 years ago
gnu: Add whysynth.

* gnu/packages/music.scm (whysynth): New variable.
f7ce2134 — Ricardo Wurmus 8 years ago
gnu: Add sonivox-eas.

* gnu/packages/music.scm (sonivox-eas): New variable.
5a5d1a7f — Martin Castillo 8 years ago
doc: Fix typo.

* doc/guix.texi: remove double occurence of generations.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
44233027 — Ludovic Courtès 8 years ago
nls: Update 'hu' translation.
2ca712bd — Leo Famulari 8 years ago
vm: Pass the host's /dev/urandom to the guest at /dev/hwrng.

* gnu/build/vm.scm (load-in-linux-vm): Use QEMU's virtio-rng-pci.
* gnu/system/vm.scm (common-qemu-options): Likewise.
87dbb634 — Mark H Weaver 8 years ago
gnu: openssl: Update replacement to 1.0.2n [fixes CVE-2017-{3737,3738}].

* gnu/packages/tls.scm (openssl)[replacement]: Use openssl-1.0.2n.
(openssl-1.0.2m): Replace with ...
(openssl-1.0.2n): ... this updated version.  Update comment.
98cf8ca8 — Christopher Baines 8 years ago
gnu: Add mod-wsgi.

* gnu/packages/web.scm (mod-wsgi): New variable.
e0d96774 — Christopher Baines 8 years ago
gnu: system: vm: Use loose cache for 9p file system.

This improves the performance of the shared store for operations involving
lots of files, e.g. searching through the store.

* gnu/system/vm.scm (mapping->file-system): Add cache=loose to options.
56d924a5 — Ludovic Courtès 8 years ago
gnu: grammalecte: Fix 'license' field.

* gnu/packages/dictionaries.scm (grammalecte)[license]: Change name to
'gpl3+'.
16613d23 — Ludovic Courtès 8 years ago
man-db: Autoload (gdbm).

Fixes 'guix pull'.
Reported by ofosos on #guix.

* guix/man-db.scm: Use 'module-autoload!' instead of 'module-use!'.
so that (gdbm) is not loaded until we need it.
e8a051ee — Christopher Baines 8 years ago
services: certbot: Fix certbot renewal job.

Quote the list of hosts, to avoid generating a broken job definition.

* gnu/services/certbot.scm (certbot-renewal-jobs): Quote the hosts when
  passing them in to the job gexp.
ad564a06 — Nicolas Goaziou 8 years ago
gnu: Add grammalecte.

* gnu/packages/dictionaries.scm (grammalecte): New variable.
217f704c — Mark Meyer 8 years ago
gnu: gourmet: Fix runtime failure and enhance plugin.

Fixes <https://bugs.gnu.org/29227>.
Reported by Caleb Herbert <csh@bluehome.net>.

* gnu/packages/nutrition.scm (gourmet)[inputs]: Add python-lxml.
[arguments]: Custom install phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
58d9e71b — Ludovic Courtès 8 years ago
gnu-maintenance: 'latest-ftp-release' ignores "unstable" directories.

* guix/gnu-maintenance.scm (latest-ftp-release): Filter out "unstable"
directories.
f8457932 — Ludovic Courtès 8 years ago
gnu: pinentry-tty: Add meta-data for 'guix refresh'.

* gnu/packages/gnupg.scm (pinentry-tty)[properties]: New field.
b8396f96 — Ludovic Courtès 8 years ago
profiles: Use (guix man-db) to create the manual database.

Fixes <https://bugs.gnu.org/29654>.
Reported by Ruud van Asseldonk <dev+guix@veniogames.com>.

This also speeds up database creation compared to "man-db
--create" (less than half the time, on a warm cache, for 19k pages.)

* guix/man-db.scm: New file.
* Makefile.am (MODULES_NOT_COMPILED): Add it.
* guix/profiles.scm (manual-database): Rewrite to use (guix man-db).
Next