civodul pushed a change to branch master in repository guix. from 7f814149c2 gnu: Revive emacs-helm. new 6d6d897b54 channels: Speed up ‘channel-news-for-commit’. new 86022e994e git: Remove code for Guile-Git < 0.10.0. new 1220d1a84e home: Add home-restic-backup service. new b1d2483ebe home: services: Add readymedia. new 114f0a615f gnu: Remove use-module (gnu packages node-xyz) from (gnu packages node). new e98153b96c gnu: hurd: Fix service socket activation. new 8654aecf74 environment: Use inherit for new mapping. new 7a888d9841 environment: Translate only file names under home directory. new 11e88de060 environment: Make home writable.
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: doc/guix.texi | 127 ++++++++++++++- gnu/home/services/{admin.scm => backup.scm} | 27 ++-- gnu/home/services/upnp.scm | 55 +++++++ gnu/local.mk | 3 + gnu/packages/hurd.scm | 1 + gnu/packages/node.scm | 3 +- gnu/packages/patches/hurd-socket-activation.patch | 44 +++++ gnu/services/backup.scm | 187 +++++++++++++++------- gnu/services/upnp.scm | 50 ++++-- gnu/tests/upnp.scm | 1 + guix/channels.scm | 24 +-- guix/git.scm | 92 +++-------- guix/scripts/environment.scm | 24 ++- tests/guix-environment-container.sh | 4 + 14 files changed, 466 insertions(+), 176 deletions(-) copy gnu/home/services/{admin.scm => backup.scm} (57%) create mode 100644 gnu/home/services/upnp.scm create mode 100644 gnu/packages/patches/hurd-socket-activation.patch