nixos/testing: use the same qemu in the test driver

The qemu_test package is also used for running a NixOS qemu VM.
This commit is contained in:
Franz Pletz 2018-02-11 21:38:35 +01:00
parent 74736f26c2
commit 54c7ca34c4
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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"
'';
};