[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50967] [PATCH 03/14] gnu: home-services: Move symlink-manager to (g
From: |
Oleg Pykhalov |
Subject: |
[bug#50967] [PATCH 03/14] gnu: home-services: Move symlink-manager to (gnu home services). |
Date: |
Sat, 2 Oct 2021 19:38:23 +0300 |
* gnu/home-services/symlink-manager.scm: Rename to
gnu/home/services/symlink-manager.scm.
* gnu/local.mk: Same.
* gnu/home.scm: Replace (gnu home-services symlink-manager) with
(gnu home services symlink-manager).
---
gnu/home.scm | 2 +-
gnu/{home-services => home/services}/symlink-manager.scm | 2 +-
gnu/local.mk | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
rename gnu/{home-services => home/services}/symlink-manager.scm (99%)
diff --git a/gnu/home.scm b/gnu/home.scm
index f4c9359e25..c981c5aef9 100644
--- a/gnu/home.scm
+++ b/gnu/home.scm
@@ -18,7 +18,7 @@
(define-module (gnu home)
#:use-module (gnu home-services)
- #:use-module (gnu home-services symlink-manager)
+ #:use-module (gnu home services symlink-manager)
#:use-module (gnu home-services shells)
#:use-module (gnu home-services xdg)
#:use-module (gnu home-services fontutils)
diff --git a/gnu/home-services/symlink-manager.scm
b/gnu/home/services/symlink-manager.scm
similarity index 99%
rename from gnu/home-services/symlink-manager.scm
rename to gnu/home/services/symlink-manager.scm
index 11f5d503d4..d53e8f5046 100644
--- a/gnu/home-services/symlink-manager.scm
+++ b/gnu/home/services/symlink-manager.scm
@@ -17,7 +17,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-(define-module (gnu home-services symlink-manager)
+(define-module (gnu home services symlink-manager)
#:use-module (gnu home-services)
#:use-module (guix gexp)
diff --git a/gnu/local.mk b/gnu/local.mk
index ac0b8947d5..29dd4ae5b5 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -75,7 +75,7 @@ GNU_SYSTEM_MODULES = \
%D%/ci.scm \
%D%/home.scm \
%D%/home-services.scm \
- %D%/home-services/symlink-manager.scm \
+ %D%/home/services/symlink-manager.scm \
%D%/home-services/fontutils.scm \
%D%/home/services/configuration.scm \
%D%/home-services/shells.scm \
--
2.33.0
- [bug#50967] [PATCH 07/12] gnu: home-services: Move xdg to (gnu services)., (continued)
- [bug#50967] [PATCH 07/12] gnu: home-services: Move xdg to (gnu services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 05/12] gnu: home-services: Move fontutils to (gnu services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 11/12] scripts: home: (gnu home-services bash) -> (gnu services bash)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 09/12] gnu: home-services: Move mcron to (gnu services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 08/12] gnu: home-services: Move shepherd to (gnu services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 10/12] gnu: home-services: Change %service-type-path and filter services., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 12/12] doc: (gnu home-services) -> (gnu services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 01/14] tests: Add tests for guix home cli., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 02/14] gnu: home-services: Move configuration to (gnu home services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 03/14] gnu: home-services: Move symlink-manager to (gnu home services).,
Oleg Pykhalov <=
- [bug#50967] [PATCH 05/14] gnu: home-services: Move fontutils to (gnu services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 07/14] gnu: home-services: Move xdg to (gnu home services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 04/14] gnu: home-services: Move utils to (gnu home services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 06/14] gnu: home-services: Move shells to (gnu home services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 09/14] gnu: home-services: Move mcron to (gnu home services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 10/14] scripts: home: (gnu home-services bash) -> (gnu home services bash)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 08/14] gnu: home-services: Move shepherd to (gnu home services)., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 12/14] gnu: home-services: Update %service-type-path., Oleg Pykhalov, 2021/10/02
- [bug#50967] [PATCH 11/14] doc: (gnu home-services) -> (gnu home services)., Oleg Pykhalov, 2021/10/02