summary refs log tree commit diff
path: root/nixos/tests/installer.nix
diff options
context:
space:
mode:
authorScott Worley <scottworley@scottworley.com>2022-01-22 12:44:44 -0800
committerScott Worley <scottworley@scottworley.com>2022-01-23 00:09:19 -0800
commite7a1007725d0224b823cc6401d4d9c7835ba4878 (patch)
treea141ae15e71142e1cb5c6f339bcd3892c82cf27d /nixos/tests/installer.nix
parentcb409a23713eb6768e9ec4c97344e00c9d6e3f32 (diff)
downloadnixpkgs-e7a1007725d0224b823cc6401d4d9c7835ba4878.tar
nixpkgs-e7a1007725d0224b823cc6401d4d9c7835ba4878.tar.gz
nixpkgs-e7a1007725d0224b823cc6401d4d9c7835ba4878.tar.bz2
nixpkgs-e7a1007725d0224b823cc6401d4d9c7835ba4878.tar.lz
nixpkgs-e7a1007725d0224b823cc6401d4d9c7835ba4878.tar.xz
nixpkgs-e7a1007725d0224b823cc6401d4d9c7835ba4878.tar.zst
nixpkgs-e7a1007725d0224b823cc6401d4d9c7835ba4878.zip
nixos/tests/installer: Fix after sandboxed-docs change fc614c3
Diffstat (limited to 'nixos/tests/installer.nix')
-rw-r--r--nixos/tests/installer.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index cf00bcafe4f..60e26e9a1d8 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -306,6 +306,9 @@ let
           # The test cannot access the network, so any packages we
           # need must be included in the VM.
           system.extraDependencies = with pkgs; [
+            brotli
+            brotli.dev
+            brotli.lib
             desktop-file-utils
             docbook5
             docbook_xsl_ns
@@ -315,6 +318,7 @@ let
             ntp
             perlPackages.ListCompare
             perlPackages.XMLLibXML
+            python3Minimal
             shared-mime-info
             sudo
             texinfo