svn path=/nixpkgs/trunk/; revision=17598
This commit is contained in:
parent
a71b3737a1
commit
83aa130427
@ -73,5 +73,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
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 ];
|
||||
};
|
||||
}
|
@ -7502,9 +7502,7 @@ let
|
||||
clisp = clisp_2_44_1;
|
||||
};
|
||||
|
||||
subversion = subversion16;
|
||||
|
||||
subversion16 = makeOverridable (import ../applications/version-management/subversion/1.6.nix) {
|
||||
subversion = makeOverridable (import ../applications/version-management/subversion/default.nix) {
|
||||
inherit (pkgsOverriden) fetchurl stdenv apr aprutil expat swig zlib jdk python perl sqlite;
|
||||
neon = neon028;
|
||||
bdbSupport = getConfig ["subversion" "bdbSupport"] true;
|
||||
|
@ -342,8 +342,6 @@ in {
|
||||
stlport = linux;
|
||||
strace = linux;
|
||||
su = linux;
|
||||
subversion = all;
|
||||
subversion16 = all;
|
||||
sudo = linux;
|
||||
superTuxKart = linux;
|
||||
swig = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user