mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
(scheme-file "config.scm"
|
||||
#~(begin
|
||||
(define-module (guix config)
|
||||
(define-module #$'(guix config) ;placate Geiser
|
||||
#:export (%libz))
|
||||
|
||||
(define %libz
|
||||
|
|
Loading…
Reference in a new issue