subversion: fixed definition of meta.platforms

svn path=/nixpkgs/trunk/; revision=17627
This commit is contained in:
Peter Simons 2009-10-03 12:48:29 +00:00
parent a9e0071c02
commit efaa637d76

View File

@ -74,6 +74,6 @@ stdenv.mkDerivation rec {
description = "A version control system intended to be a compelling replacement for CVS in the open source community"; description = "A version control system intended to be a compelling replacement for CVS in the open source community";
homepage = http://subversion.tigris.org/; homepage = http://subversion.tigris.org/;
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = [ stdenv.lib.platforms.all ]; platforms = stdenv.lib.platforms.all;
}; };
} }