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 ion value='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/datamash.scm
AgeCommit message (Expand)Author
2018-04-12gnu: datamash: Fix tests on ARM systems....* gnu/packages/patches/datamash-arm-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/datamash.scm (datamash)[source]: Use it. Eric Bavier
2018-03-18gnu: datamash: Update to 1.3....* gnu/packages/datamash.scm (datamash): Update to 1.3. Ludovic Courtès
2017-08-24gnu: datamash: Update to 1.2....* gnu/packages/datamash.scm (datamash): Update to 1.2. Efraim Flashner
2017-01-20gnu: datamash: Update to 1.1.1....* gnu/packages/datamash.scm (datamash): Update to 1.1.1. Marius Bakke