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).
This commit is contained in:
Ludovic Courtès 2018-10-09 11:49:26 +02:00
parent e54aec7b8e
commit 88d9eccc11
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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