~ruther/guix-local

99828feb — Danny Milosavljevic 9 years ago
tests: Remove unused import (gnu system grub).

* gnu/tests/web.scm: Remove unused import.
e61519ab — Mathieu Othacehe 9 years ago
scripts: system: Rename grub? and  install-grub? to bootloader? and install-bootloader?.

* guix/scripts/system.scm (perform-action): Rename grub? to bootloader,
(%options): rename install-grub? to install-bootloader?,
(%default-options): ditto,
(process-action): reindent and rename grub? to bootloader?.
7085ca96 — Mathieu Othacehe 9 years ago
system: Rename (internal) grub-device to fs->boot-device.

* gnu/system.scm (grub-device): Rename to...
(fs->boot-device): ... this.
(operating-system-grub.cfg): Adapt.
(operating-system-parameters-file): Adapt.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
07f812c4 — Mathieu Othacehe 9 years ago
vm: Reword grub.cfg to bootcfg.

* gnu/build/vm.scm (register-grub.cfg-root): Reword grub.cfg to bootcfg,
(initialize-hard-disk): ditto,
* gnu/system/vm.scm (system-disk-image): ditto,
(system-qemu-image): ditto,
(system-qemu-image/shared-store): ditto.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
c76b3046 — Mathieu Othacehe 9 years ago
system: Rename operating-system-grub.cfg to operating-system-bootcfg.

* gnu/system.scm (operating-system-grub.cfg): Rename to...
(operating-system-bootcfg): ... this.
* gnu/system/vm.scm (system-disk-image): Use operating-system-bootcfg.
(system-qemu-image): Use operating-system-bootcfg.
(system-qemu-image/shared-store): Use operating-system-bootcfg.
* guix/scripts/system.scm (perform-action): Use operating-system-bootcfg.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
03daeaa7 — Danny Milosavljevic 9 years ago
scripts: system: Back out operating-system-bootcfg change.

Follow-up to 475e2ce211ac05a814c1f1bc2b9648baa17ad369.

* guix/scripts/system.scm (perform-action): Back out operating-system-bootcfg
change.
32380cdb — Nicolas Goaziou 9 years ago
gnu: wireshark: Update to 2.2.6.

* gnu/packages/networking.scm (wireshark): Update to 2.2.6.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
475e2ce2 — Danny Milosavljevic 9 years ago
scripts: system: Move save-load-path-excursion and save-environment-excursion macros to the top.

* guix/scripts/system.scm (save-load-path-excursion,
save-environment-excursion): Move definitions to the top of the file.
It allows to use them in the whole file.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
c2e9942b — Mathieu Othacehe 9 years ago
system: Rename kernel->grub-label to kernel->boot-label.

* gnu/system.scm (kernel->grub-label): Rename to kernel->boot-label.
(operating-system-grub.cfg): Adapt.
(operating-system-parameters-file): Ditto.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
a41134b4 — Mathieu Othacehe 9 years ago
scripts: system: Move save-load-path-excursion and save-environment-excursion macros to the top.

* guix/scripts/system.scm (save-load-path-excursion,
save-environment-excursion): Move definitions to the top of the file.
It allows to use them in the whole file.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
53201c0d — 宋文武 9 years ago
gnu: Add orca.

* gnu/packages/gnome.scm (orca): New package.
3e00ac47 — 宋文武 9 years ago
gnu: Add python-pyatspi.

* gnu/packages/gnome.scm (python-pyatspi): New package.
904f8a31 — 宋文武 9 years ago
gnu: speech-dispatcher: Add more inputs.

* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak,
pulseaudio and python.
9866cf14 — Leo Famulari 9 years ago
gnu: samba: Update to 4.5.8.

This fixes a regression introduced by the security fixes for CVE-2017-2619.

* gnu/packages/samba.scm (samba): Update to 4.5.8.
7736bae9 — Leo Famulari 9 years ago
gnu: mutt: Update to 1.8.1.

* gnu/packages/mail.scm (mutt): Update to 1.8.1.
[source]: Use HTTPS URL.
8439c9c0 — Leo Famulari 9 years ago
gnu: gpgme: Update to 1.9.0.

* gnu/packages/gnupg.scm (gpgme): Update to 1.9.0.
2f64f444 — Leo Famulari 9 years ago
gnu: ncmpc: Update to 0.27.

* gnu/packages/mpd.scm (ncmpc): Update to 0.27.
ed8a6c13 — Leo Famulari 9 years ago
gnu: libmpdclient: Update to 2.11.

* gnu/packages/mpd.scm (libmpdclient): Update to 2.11.
ab71ea93 — Leo Famulari 9 years ago
gnu: mysql: Update to 5.7.18.

* gnu/packages/databases.scm (mysql): Update to 5.7.18.
2ff7703b — Tobias Geerinckx-Rice 9 years ago
gnu: youtube-dl: Update to 2017.04.14.

* gnu/packages/video.scm (youtube-dl): Update to 2017.04.14.
Next