From 43e30b1eadac5f86fe6f91b13ebcace88bf8a597 Mon Sep 17 00:00:00 2001 From: Uli Baum Date: Sat, 1 Sep 2018 11:50:02 +0200 Subject: [PATCH] nixos/tests/installer: add missing system.extraDependencies Since 1b11fdd0df2254a762a16d04e603ba99e42169c0 the test VM depends on some extra packages to build the system to be installed. This broke the installer test as it tried to download/build these packages in a sandbox. --- nixos/tests/installer.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 1e266b3b5462..3d31c8dc4457 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -233,6 +233,7 @@ let [ sudo libxml2.bin libxslt.bin + desktop-file-utils docbook5 docbook_xsl_ns unionfs-fuse @@ -240,6 +241,8 @@ let nixos-artwork.wallpapers.simple-dark-gray-bottom perlPackages.XMLLibXML perlPackages.ListCompare + shared-mime-info + texinfo xorg.lndir # add curl so that rather than seeing the test attempt to download