guix-commits
[Top][All Lists]
Advanced

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

04/06: profiles: Make Geiser happy.


From: Ludovic Courtès
Subject: 04/06: profiles: Make Geiser happy.
Date: Tue, 9 Oct 2018 12:54:28 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 88d9eccc116f29000df6062fdabe2b1377da158b
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 9 11:49:26 2018 +0200

    profiles: Make Geiser happy.
    
    * guix/profiles.scm (manual-database)[config.scm]: Use ungexp/quote
    trick to placate Geiser, which otherwise thinks it's in (guix config).
---
 guix/profiles.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/profiles.scm b/guix/profiles.scm
index 669ebe0..de3a044 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -1249,7 +1249,7 @@ the entries in MANIFEST."
   (define config.scm
     (scheme-file "config.scm"
                  #~(begin
-                     (define-module (guix config)
+                     (define-module #$'(guix config) ;placate Geiser
                        #:export (%libz))
 
                      (define %libz



reply via email to

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