summary refs log tree commit diff
path: root/nixos/tests/os-prober.nix
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2022-05-21 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2022-05-21 12:00:00 +0000
commit32e45a5c9f246488e90c6e2b7e852b78162a2d54 (patch)
treee68f0e0ebcc7841ec6c9a3eaf7a8fafdfbda162e /nixos/tests/os-prober.nix
parent7a32e42b96abe43e814575be9aced505bc86c41e (diff)
downloadnixpkgs-32e45a5c9f246488e90c6e2b7e852b78162a2d54.tar
nixpkgs-32e45a5c9f246488e90c6e2b7e852b78162a2d54.tar.gz
nixpkgs-32e45a5c9f246488e90c6e2b7e852b78162a2d54.tar.bz2
nixpkgs-32e45a5c9f246488e90c6e2b7e852b78162a2d54.tar.lz
nixpkgs-32e45a5c9f246488e90c6e2b7e852b78162a2d54.tar.xz
nixpkgs-32e45a5c9f246488e90c6e2b7e852b78162a2d54.tar.zst
nixpkgs-32e45a5c9f246488e90c6e2b7e852b78162a2d54.zip
nixos/tests/os-prober: fix
synchronize the list of extraDependencies with the installer test
Diffstat (limited to 'nixos/tests/os-prober.nix')
-rw-r--r--nixos/tests/os-prober.nix23
1 files changed, 16 insertions, 7 deletions
diff --git a/nixos/tests/os-prober.nix b/nixos/tests/os-prober.nix
index ac05bd80c60..1c89cf8c1c6 100644
--- a/nixos/tests/os-prober.nix
+++ b/nixos/tests/os-prober.nix
@@ -75,21 +75,30 @@ in {
       # 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
-          perlPackages.XMLLibXML
+          ntp
           perlPackages.ListCompare
+          perlPackages.XMLLibXML
+          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