summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-10-06 17:37:39 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-10-06 17:37:39 +0000
commit1ebd86987c49d973c98e1e4e49af42a69e815c2a (patch)
tree69f4745262631456c944a0402d8d9b0e66c8aa74 /pkgs/top-level
parent1028742c3b6fe2453cf3b2bd6ab8e71e3f14b1cb (diff)
downloadnixlib-1ebd86987c49d973c98e1e4e49af42a69e815c2a.tar
nixlib-1ebd86987c49d973c98e1e4e49af42a69e815c2a.tar.gz
nixlib-1ebd86987c49d973c98e1e4e49af42a69e815c2a.tar.bz2
nixlib-1ebd86987c49d973c98e1e4e49af42a69e815c2a.tar.lz
nixlib-1ebd86987c49d973c98e1e4e49af42a69e815c2a.tar.xz
nixlib-1ebd86987c49d973c98e1e4e49af42a69e815c2a.tar.zst
nixlib-1ebd86987c49d973c98e1e4e49af42a69e815c2a.zip
Updating googleearth.
I had to use a newer patchelf (0.5), otherwise patchelf (0.4) died with an error at
setting the rpath for a lib.
("virtual address overrun" or something like that)

I still don't know of any stable url for a given version, so we will have this working
until they change the package file again updating.

svn path=/nixpkgs/trunk/; revision=17680
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index ce717483a469..c0c16ae22033 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -6991,10 +6991,11 @@ let
   };
 
   googleearth = import ../applications/misc/googleearth {
-      inherit stdenv fetchurl glibc mesa freetype;
+      inherit stdenv fetchurl glibc mesa freetype zlib;
       inherit (gtkLibs) glib;
       inherit (xlibs) libSM libICE libXi libXv libXrender libXrandr libXfixes
         libXcursor libXinerama libXext libX11;
+      inherit patchelf05;
     };
 
   gpsbabel = import ../applications/misc/gpsbabel {