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