Install rsvg-pixbuf-loaders to the install environment

See https://github.com/weldr/lorax/pull/1334 .
This commit is contained in:
Adam Williamson 2023-07-24 09:15:09 -07:00
parent 66d85e030b
commit 832bbd1740

View File

@ -98,6 +98,11 @@ installpkg kbd kbd-misc
## required for anaconda-dracut (img-lib etc.) ## required for anaconda-dracut (img-lib etc.)
installpkg tar xz curl bzip2 installpkg tar xz curl bzip2
+## this is only recommended by librsvg2 since 2023-07, but in the
+## installer environment many icons used are only present as SVGs,
+## so we really need it
+installpkg rsvg-pixbuf-loader
## basic system stuff ## basic system stuff
installpkg systemd-sysv systemd-units installpkg systemd-sysv systemd-units
installpkg rsyslog installpkg rsyslog