Updating the googleearth version (we follow the binary contents of their single-URL package)

svn path=/nixpkgs/trunk/; revision=19083
This commit is contained in:
Lluís Batlle i Rossell 2009-12-23 19:55:58 +00:00
parent 1fd94f1935
commit 5955f25623

View File

@ -6,11 +6,11 @@ zlib, patchelf05 }:
assert stdenv.system == "i686-linux";
stdenv.mkDerivation {
name = "googleearth-5.1.3509.4636";
name = "googleearth-5.1.3533.1731";
src = fetchurl {
url = http://dl.google.com/earth/client/current/GoogleEarthLinux.bin;
sha256 = "6c948c64eed5f30adb67019c0d26c148b9ad7a821891018548da650fe812dca8";
sha256 = "1sxs1nwb2zh2j8dbwm65r04byn66yn79kpzhilhswly6r8d7yivg";
};
buildInputs = [
@ -65,8 +65,10 @@ stdenv.mkDerivation {
'';
meta = {
description = "A world sphere viewer";
homepage = http://earth.google.com;
license = "unfree";
description = "A world sphere viewer";
homepage = http://earth.google.com;
license = "unfree";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}