diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | ba5b975173afecce6bd11cf805107437a57c40b5 (patch) | |
tree | ebc95185320cf7d10cfeb6a7ed7112bf77caa5cd /gnu/packages/make-bootstrap.scm | |
parent | 05e64894e0260c7d2c28d47d1d0a96d81f557b65 (diff) | |
download | guix-ba5b975173afecce6bd11cf805107437a57c40b5.tar guix-ba5b975173afecce6bd11cf805107437a57c40b5.tar.gz |
gnu: guile-static-initrd: Remove (sxml) module hierarchy.
If anything is ‘useless in an initrd’ it better be XML support. As of
Guile 3.0.9, removing it saves 1418K bytes uncompressed, or 3% of the
total static Guile size.
* gnu/packages/make-bootstrap.scm (%guile-static-initrd): Remove sxml/.
Change-Id: I592dec18c422500eca50663256586ca92df1ac37
Diffstat (limited to 'gnu/packages/make-bootstrap.scm')
-rw-r--r-- | gnu/packages/make-bootstrap.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 91796efd0f..edc536bff4 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -760,6 +760,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." "language/elisp" "oop" "scripts" + "sxml" "texinfo" "web")))) (name "guile-static-initrd"))) |