mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1249,7 +1249,7 @@ (define zlib
|
||||||
(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 a new issue