subversion: fixed definition of meta.platforms
svn path=/nixpkgs/trunk/; revision=17627
This commit is contained in:
parent
a9e0071c02
commit
efaa637d76
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user