Making the virtualbox-guest module be evaluated only in i686 and x86_64.
On mips, an assertion in the nixpkgs virtualbox was failing. svn path=/nixos/trunk/; revision=34464
This commit is contained in:
parent
51b5da4023
commit
a257bf78cb
@ -11,6 +11,7 @@ let
|
|||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
if (pkgs.stdenv.isi686 || pkgs.stdenv.isx86_64) then
|
||||||
{
|
{
|
||||||
|
|
||||||
###### interface
|
###### interface
|
||||||
@ -76,3 +77,4 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
else {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user