runInGenericVM: Use whatever the current system is.

svn path=/nixpkgs/trunk/; revision=32970
This commit is contained in:
Ludovic Courtès 2012-03-10 11:44:47 +00:00
parent 7c92bab1e5
commit 5d159f8a06

View File

@ -428,7 +428,6 @@ rec {
- Power-off or reboot the machine.
*/
runInGenericVM = drv: lib.overrideDerivation drv (attrs: {
system = "i686-linux";
requiredSystemFeatures = [ "kvm" ];
builder = "${bash}/bin/sh";
args = ["-e" (vmRunCommand qemuCommandGeneric)];