~ruther/guix-local

ref: cdbdaf7b6b2c232bca5f2e84af3dca097a3f5ce6 guix-local/gnu d---------
cdbdaf7b — Tobias Geerinckx-Rice 9 years ago
gnu: miniupnpc: Use ‘modify-phases’ syntax.

* gnu/packages/upnp.scm (miniupnpc)[arguments]: Use ‘modify-phases’.
2d3b0203 — Tobias Geerinckx-Rice 9 years ago
gnu: miniupnpc: Update to 2.0.

* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.
ade58485 — Tobias Geerinckx-Rice 9 years ago
gnu: vim: Update to 8.0.0101.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0101.
13fb1bd9 — Ludovic Courtès 9 years ago
doc: Document encrypted root partitions.

This is a followup to f7f292d359e0eb77617f4ecf6b3164f868ec1784.

* doc/guix.texi (Preparing for Installation): Give commands for
encrypted root installation.
(Proceeding with the Installation): Add item about mapped devices.
(File Systems): Mention that 'dependencies' can list <mapped-device>
objects.
* gnu/system/examples/desktop.tmpl (mapped-devices): New field.
(file-systems): Add 'dependencies' field.
030f59fa — Ludovic Courtès 9 years ago
services: network-manager: Depend on 'wpa-supplicant'.

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

* gnu/services/networking.scm (network-manager-shepherd-service)
[requirement]: Add 'wpa-supplicant'.
89007a0b — Ludovic Courtès 9 years ago
services: network-manager: Install polkit actions.

Reported by Chris Marusich <cmmarusich@gmail.com>
at <https://lists.gnu.org/archive/html/help-guix/2016-11/msg00038.html>.

* gnu/services/networking.scm (network-manager-service-type)[extensions]:
Add POLKIT-SERVICE-TYPE.
2e328698 — Ludovic Courtès 9 years ago
services: Move polkit to (gnu services dbus).

* gnu/services/desktop.scm (<polkit-configuration>, %polkit-accounts)
(%polkit-pam-services, polkit-directory, polkit-etc-files)
(polkit-setuid-programs, polkit-service-type, polkit-service): Move
to...
* gnu/services/dbus.scm: ... here.
62126576 — Ludovic Courtès 9 years ago
gnu: hdf5: Build the C++ interface.

* gnu/packages/maths.scm (hdf5)[arguments]: Add #:configure-flags.
6f09c100 — Tobias Geerinckx-Rice 9 years ago
gnu: vim: Update to 8.0.0096.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0096.
c50f2af9 — Tobias Geerinckx-Rice 9 years ago
gnu: ir: Use archived tarball and home page.

* gnu/packages/audio.scm (ir)[source]: Use a list of archive mirrors.
[home-page]: Link to an Internet Archive snapshot.
2df984f2 — Tobias Geerinckx-Rice 9 years ago
gnu: ir: Use ‘modify-phases’ syntax.

* gnu/packages/audio.scm (ir)[arguments]: Use ‘modify-phases’.
cc73339b — Ludovic Courtès 9 years ago
tests: Remove 'GUIX_LOCPATH' hack that had been added for glibc@2.23.

* gnu/tests/base.scm (run-basic-test)[test]("locale"): Remove
'GUIX_LOCPATH' hack, which is no longer needed since
commit 9f58fe3d1c32e3f0ced065e286532a10cad1b5e3.
f7f292d3 — Ludovic Courtès 9 years ago
install: Enable "cryptodisk" handling in GRUB.

This allows 'grub-install' to do the right thing when / or /boot is a
LUKS-encrypted partition.

Fixes <http://bugs.gnu.org/21843>.

* gnu/build/install.scm (install-grub): Add 'setenv' to set
'GRUB_ENABLE_CRYPTODISK'.
(wait-for-screen-text): New test.
* gnu/tests/base.scm (run-basic-test): Add #:initialization parameter
and honor it.
* gnu/tests/install.scm (%encrypted-root-os)[kernel-arguments]: Remove.
(%encrypted-root-installation-script): Pass '--uuid' to 'cryptsetup
luksFormat'.  Remove 'sed' invocation.
(enter-luks-passphrase): New procedure.
(%test-encrypted-os)[value]: Pass #:initialization to 'run-basic-test'.
b7d408ec — Ludovic Courtès 9 years ago
mapped-devices: Use 'cryptsetup-static' in 'luks-device-mapping'.

* gnu/system/mapped-devices.scm (open-luks-device): Use
CRYPTSETUP-STATIC instead of CRYPTSETUP.  Use 'file-append'.
(close-luks-device): Likewise.
fe933833 — Ludovic Courtès 9 years ago
marionette: Add 'marionette-screen-text' using OCR.

* gnu/build/marionette.scm (marionette-screen-text): New procedure.
* gnu/tests/base.scm (run-basic-test)["screen text"]: New test.
f25c9ebc — Ludovic Courtès 9 years ago
marionette: Delay synchronization with the host's REPL.

* gnu/build/marionette.scm (<marionette>)[marionette-repl]: Rename to...
[%marionette-repl]: ... this.
(marionette-repl): New macro.
(make-marionette): Wrap last 'read' call into 'delay', making the last
argument to 'marionette' a promise of a port.
(marionette-eval): Use 'force' in 'match' clause.
1c9f78ec — Leo Famulari 9 years ago
gnu: python-passlib: Update to 1.7.0.

* gnu/packages/python.scm (python-passlib, python2-passlib): Update to 1.7.0.
262c2d33 — Efraim Flashner 9 years ago
gnu: perl-digest-md5: Fix typo.

* gnu/packages/perl.scm (perl-digest-md5)[arguments]: Remove extra ')'.
gnu: Add perl-digest-md5.

* gnu/packages/perl.scm (perl-digest-md5): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
bc05caee — Efraim Flashner 9 years ago
gnu: chez.scm: Add '#:use-module srfi srfi-1'.

This is a follow-up to 1e16648f825b76a8feb63ce51e7ada8ae9870aa0.

* gnu/packages/chez.scm: Add '#:use-module srfi srfi-1'.
Next