guix-patches
[Top][All Lists]
Advanced

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

[bug#50967] [PATCH 11/12] scripts: home: (gnu home-services bash) -> (gn


From: Oleg Pykhalov
Subject: [bug#50967] [PATCH 11/12] scripts: home: (gnu home-services bash) -> (gnu services bash).
Date: Sat, 2 Oct 2021 16:46:02 +0300

* guix/scripts/home/import.scm: Replace (gnu home-services bash) with
(gnu services bash).
---
 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 79fb23a2fd..98dcdea388 100644
--- a/guix/scripts/home/import.scm
+++ b/guix/scripts/home/import.scm
@@ -41,7 +41,7 @@
   (let ((rc (string-append (getenv "HOME") "/.bashrc"))
         (profile (string-append (getenv "HOME") "/.bash_profile"))
         (logout (string-append (getenv "HOME") "/.bash_logout")))
-    `((gnu home-services bash)
+    `((gnu services bash)
       (service home-bash-service-type
                  (home-bash-configuration
                   ,@(if (file-exists? rc)
-- 
2.33.0






reply via email to

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