nixos/tests/installer: add missing system.extraDependencies
Since 1b11fdd0df the test VM
depends on some extra packages to build the system to be installed.
This broke the installer test as it tried to download/build these
packages in a sandbox.
This commit is contained in:
@@ -233,6 +233,7 @@ let
|
|||||||
[ sudo
|
[ sudo
|
||||||
libxml2.bin
|
libxml2.bin
|
||||||
libxslt.bin
|
libxslt.bin
|
||||||
|
desktop-file-utils
|
||||||
docbook5
|
docbook5
|
||||||
docbook_xsl_ns
|
docbook_xsl_ns
|
||||||
unionfs-fuse
|
unionfs-fuse
|
||||||
@@ -240,6 +241,8 @@ let
|
|||||||
nixos-artwork.wallpapers.simple-dark-gray-bottom
|
nixos-artwork.wallpapers.simple-dark-gray-bottom
|
||||||
perlPackages.XMLLibXML
|
perlPackages.XMLLibXML
|
||||||
perlPackages.ListCompare
|
perlPackages.ListCompare
|
||||||
|
shared-mime-info
|
||||||
|
texinfo
|
||||||
xorg.lndir
|
xorg.lndir
|
||||||
|
|
||||||
# add curl so that rather than seeing the test attempt to download
|
# add curl so that rather than seeing the test attempt to download
|
||||||
|
|||||||
Reference in New Issue
Block a user