3
0
Fork 0
forked from mirrors/nixpkgs

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";
};
buildInputs = [
buildNativeInputs = [
glibc
glib
stdenv.gcc.gcc
@ -51,7 +51,7 @@ stdenv.mkDerivation {
chmod +x $out/bin/googleearth
fullPath=
for i in $buildInputs; do
for i in $buildNativeInputs; do
fullPath=$fullPath:$i/lib
done