gravit, stellarium: build software that depends on mesa only on mesa platforms

svn path=/nixpkgs/trunk/; revision=27790
This commit is contained in:
Peter Simons 2011-07-14 20:53:30 +00:00
parent 938fc8490e
commit fa99abdc89
2 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation {
view in 3D and zoom in and out.
'';
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.mesaPlatforms;
maintainers = [ stdenv.lib.maintainers.simons ];
};
}

View File

@ -24,6 +24,8 @@ stdenv.mkDerivation {
description = "an free open source planetarium";
homepage = http://stellarium.org/;
license = "GPL2";
platforms = stdenv.lib.platforms.mesaPlatforms;
maintainers = [ stdenv.lib.maintainers.simons ];
};
}