VirtualBox: fix i686 compilation

svn path=/nixpkgs/trunk/; revision=24783
This commit is contained in:
Evgeny Egorochkin 2010-11-20 10:41:53 +00:00
parent 331f7efbf5
commit 65b669feb8
2 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,7 @@ let
} else { } else {
version = "10.1.102.64"; version = "10.1.102.64";
url = http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz; url = http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz;
sha256 = "1bx3cbls40si3l3x6ahncbn8dwrr41gj34hfn51k5ak9ccqn27wg"; sha256 = "1jfk9va3id0m6q6csg6gfycmryvi7kylbb7dswpsh6zh1zv00s62";
} }
else throw "flashplayer is not supported on this platform"; else throw "flashplayer is not supported on this platform";

View File

@ -30,6 +30,7 @@ stdenv.mkDerivation {
-i AutoConfig.kmk -i AutoConfig.kmk
sed -e 's@arch/x86/@@' \ sed -e 's@arch/x86/@@' \
-i Config.kmk -i Config.kmk
substituteInPlace Config.kmk --replace "VBOX_WITH_TESTCASES = 1" "#"
cat >> AutoConfig.kmk << END_PATHS cat >> AutoConfig.kmk << END_PATHS
VBOX_PATH_APP_PRIVATE := $out VBOX_PATH_APP_PRIVATE := $out
VBOX_PATH_APP_DOCS := $out/doc VBOX_PATH_APP_DOCS := $out/doc