3
0
Fork 0
forked from mirrors/nixpkgs

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";
homepage = http://subversion.tigris.org/;
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = [ stdenv.lib.platforms.all ];
platforms = stdenv.lib.platforms.all;
};
}