guix-commits
[Top][All Lists]
Advanced

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

branch master updated: guix: self: Fix home modules in compiled-guix.


From: guix-commits
Subject: branch master updated: guix: self: Fix home modules in compiled-guix.
Date: Fri, 08 Oct 2021 14:21:40 -0400

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7893c20  guix: self: Fix home modules in compiled-guix.
7893c20 is described below

commit 7893c2012a9f3fa115e64d0f216b7845eb56dc87
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Fri Oct 8 21:17:06 2021 +0300

    guix: self: Fix home modules in compiled-guix.
    
    This commit follows ba8ddb348045f81f061a1c7f51c0f7c2b0024e71.
    
    * guix/self.scm (compiled-guix): Update home modules location.
---
 guix/self.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/self.scm b/guix/self.scm
index 5922ea6..7bf6003 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -962,7 +962,7 @@ itself."
     (scheme-node "guix-home"
                  `((gnu home)
                    (gnu home-services)
-                   ,@(scheme-modules* source "gnu/home-services"))
+                   ,@(scheme-modules* source "gnu/home/services"))
                  (list *core-package-modules* *package-modules*
                        *extra-modules* *core-modules* *system-modules*)
                  #:extensions dependencies



reply via email to

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