guix-commits
[Top][All Lists]
Advanced

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

branch master updated (89de192 -> fee0bce)


From: guix-commits
Subject: branch master updated (89de192 -> fee0bce)
Date: Sat, 9 Oct 2021 15:23:17 -0400 (EDT)

wigust pushed a change to branch master
in repository guix.

    from 89de192  gnu: ghc-8.10: Disable failing test on i686.
     new 2600002  doc: guix: Fix home services locations.
     new 0e8d2df  Move (gnu home-services) to (gnu home services).
     new 0f6a27c  scripts: home: Make sure profile directory exists.
     new 5e68f7a  tests: Add guix-home.sh.
     new fee0bce  home: services: configuration: Support file-like objects.

The 5 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:
 Makefile.am                                  |   1 +
 doc/guix.texi                                |  12 +--
 doc/he-config-bare-bones.scm                 |   2 +-
 gnu/home.scm                                 |   2 +-
 gnu/{home-services.scm => home/services.scm} |   7 +-
 gnu/home/services/configuration.scm          | 109 ----------------------
 gnu/home/services/fontutils.scm              |   2 +-
 gnu/home/services/mcron.scm                  |   2 +-
 gnu/home/services/shells.scm                 |   3 +-
 gnu/home/services/shepherd.scm               |   2 +-
 gnu/home/services/symlink-manager.scm        |   2 +-
 gnu/home/services/xdg.scm                    |   3 +-
 gnu/local.mk                                 |   3 +-
 gnu/services/configuration.scm               |  90 +++++++++++++++++-
 guix/scripts/home.scm                        |   4 +-
 guix/scripts/home/import.scm                 |   8 +-
 guix/self.scm                                |   2 +-
 tests/guix-home.sh                           | 131 +++++++++++++++++++++++++++
 18 files changed, 246 insertions(+), 139 deletions(-)
 rename gnu/{home-services.scm => home/services.scm} (99%)
 delete mode 100644 gnu/home/services/configuration.scm
 create mode 100644 tests/guix-home.sh



reply via email to

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