[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50873] [PATCH 3/5] guix home: import: Fix module name for Bash serv
From: |
Xinglu Chen |
Subject: |
[bug#50873] [PATCH 3/5] guix home: import: Fix module name for Bash service. |
Date: |
Tue, 28 Sep 2021 19:35:52 +0200 |
* guix/scripts/home/import.scm (generate-bash-configuration+modules): Change
(gnu home-services bash) to (gnu home-services shells).
---
guix/scripts/home/import.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/home/import.scm b/guix/scripts/home/import.scm
index ad926fa202..6d9ca98f28 100644
--- a/guix/scripts/home/import.scm
+++ b/guix/scripts/home/import.scm
@@ -64,7 +64,7 @@ (define (destination-append path)
(list (slurp-file-gexp
(local-file ,logout)))))
'())))
- (gnu home-services bash))))
+ (gnu home-services shells))))
(define %files+configurations-alist
--
2.33.0
- [bug#50873] [PATCH 0/5] Fixes to ‘guix home import’, Xinglu Chen, 2021/09/28
- [bug#50873] [PATCH 1/5] guix home: import: Make the user to specify a destination directory., Xinglu Chen, 2021/09/28
- [bug#50873] [PATCH 4/5] guix home: import: Delete duplicate modules when importing., Xinglu Chen, 2021/09/28
- [bug#50873] [PATCH 2/5] guix home: import: Allow multiple modules to be imported for each service., Xinglu Chen, 2021/09/28
- [bug#50873] [PATCH 3/5] guix home: import: Fix module name for Bash service.,
Xinglu Chen <=
- [bug#50873] [PATCH 5/5] doc: Document the ‘guix home import’ subcommand., Xinglu Chen, 2021/09/28
- [bug#50873] [PATCH 0/2] Add pn., Antero Mejr, 2021/09/28