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 @@ (define %guile-static-initrd
"language/elisp"
"oop"
"scripts"
"sxml"
"texinfo"
"web"))))
(name "guile-static-initrd")))