Marking google earth as i686-linux only.
svn path=/nixpkgs/trunk/; revision=15051
This commit is contained in:
parent
77d98fd0a3
commit
17e7e8be97
1 changed files with 3 additions and 6 deletions
|
@ -1,15 +1,12 @@
|
||||||
{ stdenv, fetchurl, glibc, mesa, freetype, glib, libSM, libICE, libXi, libXv,
|
{ stdenv, fetchurl, glibc, mesa, freetype, glib, libSM, libICE, libXi, libXv,
|
||||||
libXrender, libXrandr, libXfixes, libXcursor, libXinerama, libXext, libX11 }:
|
libXrender, libXrandr, libXfixes, libXcursor, libXinerama, libXext, libX11 }:
|
||||||
|
|
||||||
|
/* I haven't found any x86_64 package from them */
|
||||||
|
assert stdenv.system == "i686-linux";
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "googleearth-5.11337.1968";
|
name = "googleearth-5.11337.1968";
|
||||||
|
|
||||||
/*
|
|
||||||
src = fetchurl {
|
|
||||||
url = http://dl.google.com/earth/client/ge4/release_4_3/googleearth-linux-plus-4.3.7284.3916.bin;
|
|
||||||
sha256 = "0zi7d1708ni6vgm2vy9q0y8w7dxl8qinnpplkrlb7x0x3671rdxf";
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://dl.google.com/earth/client/current/GoogleEarthLinux.bin;
|
url = http://dl.google.com/earth/client/current/GoogleEarthLinux.bin;
|
||||||
sha256 = "1h090rbdkp3pa97xkkjzj71k343ic8dlngj2cihw5cd1hh3f9idc";
|
sha256 = "1h090rbdkp3pa97xkkjzj71k343ic8dlngj2cihw5cd1hh3f9idc";
|
||||||
|
|
Loading…
Reference in a new issue