parent
b3e4b224ed
commit
8c3b96e58c
@ -199,6 +199,6 @@ in stdenv.mkDerivation {
|
|||||||
description = "PC emulator";
|
description = "PC emulator";
|
||||||
homepage = http://www.virtualbox.org/;
|
homepage = http://www.virtualbox.org/;
|
||||||
maintainers = [ lib.maintainers.sander ];
|
maintainers = [ lib.maintainers.sander ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user