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:
parent
05e64894e0
commit
ba5b975173
@ -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")))
|
||||||
|
Loading…
Reference in New Issue
Block a user