gravit, stellarium: build software that depends on mesa only on mesa platforms
svn path=/nixpkgs/trunk/; revision=27790
This commit is contained in:
parent
938fc8490e
commit
fa99abdc89
@ -35,7 +35,7 @@ stdenv.mkDerivation {
|
|||||||
view in 3D and zoom in and out.
|
view in 3D and zoom in and out.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,6 +24,8 @@ stdenv.mkDerivation {
|
|||||||
description = "an free open source planetarium";
|
description = "an free open source planetarium";
|
||||||
homepage = http://stellarium.org/;
|
homepage = http://stellarium.org/;
|
||||||
license = "GPL2";
|
license = "GPL2";
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user