From e7a1007725d0224b823cc6401d4d9c7835ba4878 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 22 Jan 2022 12:44:44 -0800 Subject: [PATCH] nixos/tests/installer: Fix after sandboxed-docs change fc614c3 --- nixos/tests/installer.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index cf00bcafe4f1..60e26e9a1d8c 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