cmake: updated meta.platforms to reflect the fact that CMake is supposed to build on all Unix-like platforms

svn path=/nixpkgs/trunk/; revision=26512
This commit is contained in:
Peter Simons 2011-03-25 12:55:33 +00:00
parent 5ba10a94e1
commit 05474e174b

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.cmake.org/;
description = "Cross-Platform Makefile Generator";
platforms = if useQt4 then qt4.meta.platforms else (with stdenv.lib.platforms; linux ++ freebsd);
platforms = if useQt4 then qt4.meta.platforms else stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.urkud ];
};
}