* 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:
Eelco Dolstra 2010-02-05 19:22:26 +00:00
parent 9c70c2f0a2
commit 8c8631d974
2 changed files with 6 additions and 7 deletions

View File

@ -68,7 +68,6 @@ stdenv.mkDerivation {
description = "A world sphere viewer"; description = "A world sphere viewer";
homepage = http://earth.google.com; homepage = http://earth.google.com;
license = "unfree"; license = "unfree";
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = [ stdenv.lib.maintainers.viric ];
platforms = with stdenv.lib.platforms; linux;
}; };
} }