Do not capture the build-time value of $PATH in the 'emacs' executable since this can noticeably increase the size of the closure of Emacs with things like GCC being referenced. --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -530,7 +530,8 @@ lost after dumping"))) ((equal dump-mode "dump") "emacs") ((equal dump-mode "bootstrap") "emacs") ((equal dump-mode "pbootstrap") "bootstrap-emacs.pdmp") - (t (error "Unrecognized dump mode %s" dump-mode))))) + (t (error "Unrecognized dump mode %s" dump-mode)))) + (exec-path nil)) (when (and (featurep 'native-compile) (equal dump-mode "pdump")) ;; Don't enable this before bootstrap is completed, as the pts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system.scm
AgeCommit message (Expand)Author
2024-08-11system: Add privileged-programs to <operating-system>....Tobias Geerinckx-Rice
2024-08-11system: Use privileged-program-service-type by default....Tobias Geerinckx-Rice
2024-08-11system: Use /run/privileged/bin in search paths....Tobias Geerinckx-Rice
2024-08-11system: Disallow file-like setuid-programs....Tobias Geerinckx-Rice
2024-05-15system: Do not delete all nss-certs packages when they are the same object....Maxim Cournoyer
2024-04-28system: Fix duplicate nss-certs check....nathan
2024-04-26system: Warn when multiple nss-certs packages are used....Maxim Cournoyer
2024-04-18system: Add 'nss-certs' to %base-packages-networking....Jacob Hrbek
2024-04-17gnu: ath9k-htc-firmware: Split package....Jean-Pierre De Jesus DIAZ
2024-03-22system, home: Validate ‘services’ field value....Ludovic Courtès
2024-02-19system: Omit “root=” kernel argument when root device is “none”....Nicolas Graves
2024-01-08system: hurd: Use the Shepherd 0.10.x....Ludovic Courtès
2023-12-25gnu: Adjust to removing ed.scm and nano.scm...Efraim Flashner