summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-02-12 11:35:48 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-02-12 11:36:02 -0800
commite2915fc5d19ae7822355c8554002868c283b00dc (patch)
tree9357ce06095c2916c2a23b54c87b9e7555f1cfb5 /nixos
parent3d8b3fe2533b5f5e5665506516b2508bef57530d (diff)
downloadnixpkgs-e2915fc5d19ae7822355c8554002868c283b00dc.tar
nixpkgs-e2915fc5d19ae7822355c8554002868c283b00dc.tar.gz
nixpkgs-e2915fc5d19ae7822355c8554002868c283b00dc.tar.bz2
nixpkgs-e2915fc5d19ae7822355c8554002868c283b00dc.tar.lz
nixpkgs-e2915fc5d19ae7822355c8554002868c283b00dc.tar.xz
nixpkgs-e2915fc5d19ae7822355c8554002868c283b00dc.tar.zst
nixpkgs-e2915fc5d19ae7822355c8554002868c283b00dc.zip
nixos/tests: Fix installer test by providing a missing dependency
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/installer.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index af9e6365a9f..03841e51e14 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
               ];