self: Remove the empty string from '%load-extensions'.

* guix/self.scm (guix-command): Set '%load-extensions'.
This commit is contained in:
Ludovic Courtès 2020-12-07 16:01:36 +01:00
parent d20665ecbf
commit 41d01b4e2e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -649,6 +649,9 @@ load path."
(program-file "guix-command"
#~(begin
;; Remove the empty extension from the search path.
(set! %load-extensions '(".scm"))
(set! %load-path
(append (list (string-append #$module-directory
"/share/guile/site/"