guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (78748c619a -> a0f5885fef)


From: guix-commits
Subject: branch master updated (78748c619a -> a0f5885fef)
Date: Sun, 20 Aug 2023 17:22:24 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 78748c619a gnu: Add tree-sitter-meson.
     new 171ab374f9 services: dicod: Remove Shepherd < 0.9.0 compatibility 
layer.
     new 9bfe7fbdbe services: dicod: Pre-build the GCIDE index.
     new c6c8106c65 services: syncthing: Use 'match-record'.
     new dff7d2468f services: Define 'for-home'.
     new 161d010d40 home: services: Support mapping of System services to Home 
services.
     new 1c30d5a6bf home: services: mcron: Define as a mapping of the system 
service.
     new 1ce3424e22 home: services: Add dicod.
     new 7605c01fcc home: services: Add Syncthing.
     new 613e913836 home: services: ssh: Fix compilation warning with 
'serialize-match-criteria'.
     new 30487d72cb gnu: Add bfs.
     new a3131e7706 gnu: Add python-ffmpeg-python.
     new 54ca9ce01f gnu: Add r128gain.
     new f313a5116f gnu: lttng-ust: Update to 2.13.6.
     new a0f5885fef doc: Fix module for "Essential Home Services".

The 14 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                                      | 102 ++++++++++++++++++++-
 gnu/home/services.scm                              |  69 +++++++++++++-
 .../newt/hostname.scm => home/services/dict.scm}   |  22 +++--
 gnu/home/services/mcron.scm                        |  96 ++-----------------
 gnu/home/services/shepherd.scm                     |   4 +-
 gnu/home/services/ssh.scm                          |   8 +-
 .../mips.scm => gnu/home/services/syncthing.scm    |  23 ++---
 gnu/local.mk                                       |   2 +
 gnu/packages/admin.scm                             |  40 ++++++++
 gnu/packages/audio.scm                             |  42 +++++++++
 gnu/packages/instrumentation.scm                   |   4 +-
 gnu/packages/python-xyz.scm                        |  48 ++++++++++
 gnu/services.scm                                   |  25 ++++-
 gnu/services/dict.scm                              |  84 ++++++++---------
 gnu/services/mcron.scm                             |  84 ++++++++---------
 gnu/services/syncthing.scm                         |  56 ++++++-----
 16 files changed, 478 insertions(+), 231 deletions(-)
 copy gnu/{installer/newt/hostname.scm => home/services/dict.scm} (55%)
 copy guix/platforms/mips.scm => gnu/home/services/syncthing.scm (59%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]