diff --git a/guix/ui.scm b/guix/ui.scm index b8cfc651a2..56fcc00300 100644 --- a/guix/ui.scm +++ b/guix/ui.scm @@ -1326,6 +1326,10 @@ (define (run-guix . args) and signal handling has already been set up." (define option? (cut string-prefix? "-" <>)) + ;; The default %LOAD-EXTENSIONS includes the empty string, which doubles the + ;; number of 'stat' calls per entry in %LOAD-PATH. Shamelessly remove it. + (set! %load-extensions '(".scm")) + (match args (() (format (current-error-port)