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:
parent
e54aec7b8e
commit
88d9eccc11
|
@ -1249,7 +1249,7 @@ the entries in MANIFEST."
|
||||||
(define config.scm
|
(define config.scm
|
||||||
(scheme-file "config.scm"
|
(scheme-file "config.scm"
|
||||||
#~(begin
|
#~(begin
|
||||||
(define-module (guix config)
|
(define-module #$'(guix config) ;placate Geiser
|
||||||
#:export (%libz))
|
#:export (%libz))
|
||||||
|
|
||||||
(define %libz
|
(define %libz
|
||||||
|
|
Loading…
Reference in New Issue