From e2915fc5d19ae7822355c8554002868c283b00dc Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Thu, 12 Feb 2015 11:35:48 -0800 Subject: [PATCH] nixos/tests: Fix installer test by providing a missing dependency --- nixos/tests/installer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index af9e6365a9fe..03841e51e147 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -26,6 +26,7 @@ let pkgs.docbook5_xsl pkgs.grub pkgs.perlPackages.XMLLibXML + pkgs.perlPackages.ListCompare pkgs.unionfs-fuse pkgs.gummiboot ];