Skip to content

Commit

Permalink
nixos/testing: use the same qemu in the test driver
Browse files Browse the repository at this point in the history
The qemu_test package is also used for running a NixOS qemu VM.
  • Loading branch information
fpletz committed Feb 11, 2018
1 parent 74736f2 commit 54c7ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/lib/testing.nix
Expand Up @@ -29,7 +29,7 @@ rec {
cp ${./test-driver/Logger.pm} $libDir/Logger.pm
wrapProgram $out/bin/nixos-test-driver \
--prefix PATH : "${lib.makeBinPath [ qemu vde2 netpbm coreutils ]}" \
--prefix PATH : "${lib.makeBinPath [ qemu_test vde2 netpbm coreutils ]}" \
--prefix PERL5LIB : "${with perlPackages; lib.makePerlPath [ TermReadLineGnu XMLWriter IOTty FileSlurp ]}:$out/lib/perl5/site_perl"
'';
};
Expand Down

0 comments on commit 54c7ca3

Please sign in to comment.