Added virtualbox packages to buildfarm
svn path=/nixpkgs/trunk/; revision=15034
This commit is contained in:
parent
ce358d750d
commit
f5505f2e35
@ -356,18 +356,26 @@ in {
|
|||||||
krusader = linux;
|
krusader = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kernelPackages_2_6_25 = {
|
||||||
|
kernel = linux;
|
||||||
|
virtualbox = linux;
|
||||||
|
};
|
||||||
|
|
||||||
kernelPackages_2_6_26 = {
|
kernelPackages_2_6_26 = {
|
||||||
kernel = linux;
|
kernel = linux;
|
||||||
|
virtualbox = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPackages_2_6_27 = {
|
kernelPackages_2_6_27 = {
|
||||||
# aufs = linux; # kernel seems to be too old for that package
|
# aufs = linux; # kernel seems to be too old for that package
|
||||||
kernel = linux;
|
kernel = linux;
|
||||||
|
virtualbox = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPackages_2_6_28 = {
|
kernelPackages_2_6_28 = {
|
||||||
aufs = linux;
|
aufs = linux;
|
||||||
kernel = linux;
|
kernel = linux;
|
||||||
|
virtualbox = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
xorg = {
|
xorg = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user