[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
- branch master updated (1fe57b3 -> b33e191), Ludovic Courtès, 2018/10/09
- 03/06: pull: '-l' now honors '-p'., Ludovic Courtès, 2018/10/09
- 05/06: gnu: Add ttf2pt1., Ludovic Courtès, 2018/10/09
- 04/06: profiles: Make Geiser happy.,
Ludovic Courtès <=
- 02/06: status: Gracefully handle invalid UTF-8 in build logs., Ludovic Courtès, 2018/10/09
- 01/06: tests: "make check-system" produces colored output., Ludovic Courtès, 2018/10/09
- 06/06: guix build: '-f' accepts file-like objects., Ludovic Courtès, 2018/10/09