lol

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

nixos/tests/os-prober: fix

authored by

Guillaume Girol and committed by
GitHub
9b73ceb7 0c86d439

+16 -7
+16 -7
nixos/tests/os-prober.nix
··· 75 75 # The test cannot access the network, so any packages 76 76 # nixos-rebuild needs must be included in the VM. 77 77 system.extraDependencies = with pkgs; 78 - [ sudo 79 - libxml2.bin 80 - libxslt.bin 78 + [ 79 + brotli 80 + brotli.dev 81 + brotli.lib 81 82 desktop-file-utils 82 83 docbook5 83 84 docbook_xsl_ns 84 - unionfs-fuse 85 - ntp 85 + grub2 86 + kmod.dev 87 + libarchive 88 + libarchive.dev 89 + libxml2.bin 90 + libxslt.bin 86 91 nixos-artwork.wallpapers.simple-dark-gray-bottom 92 + ntp 93 + perlPackages.ListCompare 87 94 perlPackages.XMLLibXML 88 - perlPackages.ListCompare 95 + python3Minimal 89 96 shared-mime-info 97 + stdenv 98 + sudo 90 99 texinfo 100 + unionfs-fuse 91 101 xorg.lndir 92 - grub2 93 102 94 103 # add curl so that rather than seeing the test attempt to download 95 104 # curl's tarball, we see what it's trying to download