Merge pull request #173919 from symphorien/os-prober-hang

nixos/tests/os-prober: fix

Changed files
+16 -7
nixos
+16 -7
nixos/tests/os-prober.nix
···
# The test cannot access the network, so any packages
# nixos-rebuild needs must be included in the VM.
system.extraDependencies = with pkgs;
-
[ sudo
-
libxml2.bin
-
libxslt.bin
+
[
+
brotli
+
brotli.dev
+
brotli.lib
desktop-file-utils
docbook5
docbook_xsl_ns
-
unionfs-fuse
-
ntp
+
grub2
+
kmod.dev
+
libarchive
+
libarchive.dev
+
libxml2.bin
+
libxslt.bin
nixos-artwork.wallpapers.simple-dark-gray-bottom
+
ntp
+
perlPackages.ListCompare
perlPackages.XMLLibXML
-
perlPackages.ListCompare
+
python3Minimal
shared-mime-info
+
stdenv
+
sudo
texinfo
+
unionfs-fuse
xorg.lndir
-
grub2
# add curl so that rather than seeing the test attempt to download
# curl's tarball, we see what it's trying to download