nixos/tests/installer: add missing system.extraDependencies
Since 1b11fdd0df2254a762a16d04e603ba99e42169c0 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:
parent
4a64a7aef5
commit
43e30b1ead
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user