self: Remove the empty string from '%load-extensions'.
* guix/self.scm (guix-command): Set '%load-extensions'.
This commit is contained in:
parent
d20665ecbf
commit
41d01b4e2e
1 changed files with 3 additions and 0 deletions
|
@ -649,6 +649,9 @@ load path."
|
||||||
|
|
||||||
(program-file "guix-command"
|
(program-file "guix-command"
|
||||||
#~(begin
|
#~(begin
|
||||||
|
;; Remove the empty extension from the search path.
|
||||||
|
(set! %load-extensions '(".scm"))
|
||||||
|
|
||||||
(set! %load-path
|
(set! %load-path
|
||||||
(append (list (string-append #$module-directory
|
(append (list (string-append #$module-directory
|
||||||
"/share/guile/site/"
|
"/share/guile/site/"
|
||||||
|
|
Reference in a new issue