Making googleearth build (buildInputs => buildNativeInputs in the scripts)

svn path=/nixpkgs/trunk/; revision=20466
This commit is contained in:
Lluís Batlle i Rossell 2010-03-07 22:46:06 +00:00
parent a5f0863a8b
commit e0a7fba6a0

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation {
sha256 = "1sxs1nwb2zh2j8dbwm65r04byn66yn79kpzhilhswly6r8d7yivg"; sha256 = "1sxs1nwb2zh2j8dbwm65r04byn66yn79kpzhilhswly6r8d7yivg";
}; };
buildInputs = [ buildNativeInputs = [
glibc glibc
glib glib
stdenv.gcc.gcc stdenv.gcc.gcc
@ -51,7 +51,7 @@ stdenv.mkDerivation {
chmod +x $out/bin/googleearth chmod +x $out/bin/googleearth
fullPath= fullPath=
for i in $buildInputs; do for i in $buildNativeInputs; do
fullPath=$fullPath:$i/lib fullPath=$fullPath:$i/lib
done done