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
This commit is contained in:
Tobias Geerinckx-Rice 2024-09-08 02:00:00 +02:00
parent 05e64894e0
commit ba5b975173
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -760,6 +760,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
"language/elisp" "language/elisp"
"oop" "oop"
"scripts" "scripts"
"sxml"
"texinfo" "texinfo"
"web")))) "web"))))
(name "guile-static-initrd"))) (name "guile-static-initrd")))