* Don't set `platforms' on Google Earth because we don't want Hydra to
build it. svn path=/nixpkgs/trunk/; revision=19839
This commit is contained in:
parent
9c70c2f0a2
commit
8c8631d974
2 changed files with 6 additions and 7 deletions
|
@ -68,7 +68,6 @@ stdenv.mkDerivation {
|
|||
description = "A world sphere viewer";
|
||||
homepage = http://earth.google.com;
|
||||
license = "unfree";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
maintainers = [ stdenv.lib.maintainers.viric ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7113,11 +7113,11 @@ let
|
|||
};
|
||||
|
||||
googleearth = import ../applications/misc/googleearth {
|
||||
inherit stdenv fetchurl glibc mesa freetype zlib glib;
|
||||
inherit (xlibs) libSM libICE libXi libXv libXrender libXrandr libXfixes
|
||||
libXcursor libXinerama libXext libX11;
|
||||
inherit patchelf05;
|
||||
};
|
||||
inherit stdenv fetchurl glibc mesa freetype zlib glib;
|
||||
inherit (xlibs) libSM libICE libXi libXv libXrender libXrandr libXfixes
|
||||
libXcursor libXinerama libXext libX11;
|
||||
inherit patchelf05;
|
||||
};
|
||||
|
||||
gpsbabel = import ../applications/misc/gpsbabel {
|
||||
inherit fetchurl stdenv zlib expat;
|
||||
|
|
Loading…
Reference in a new issue