From e0a7fba6a09f7ac9ad0bf26e81ab4cbf79e06af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 7 Mar 2010 22:46:06 +0000 Subject: [PATCH] Making googleearth build (buildInputs => buildNativeInputs in the scripts) svn path=/nixpkgs/trunk/; revision=20466 --- pkgs/applications/misc/googleearth/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/googleearth/default.nix b/pkgs/applications/misc/googleearth/default.nix index e903a384f108..085fa9fed2aa 100644 --- a/pkgs/applications/misc/googleearth/default.nix +++ b/pkgs/applications/misc/googleearth/default.nix @@ -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