add CVS
svn path=/nixpkgs/trunk/; revision=4084
This commit is contained in:
parent
6795369618
commit
e26fb06cdd
11
pkgs/applications/version-management/cvs/default.nix
Normal file
11
pkgs/applications/version-management/cvs/default.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{stdenv, fetchurl, vim}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "cvs-1.12.13";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = ftp://ftp.nluug.nl/pub/gnu/non-gnu/cvs/cvs-1.12.13.tar.bz2;
|
||||||
|
md5 = "956ab476ce276c2d19d583e227dbdbea";
|
||||||
|
};
|
||||||
|
buildInputs = [vim];
|
||||||
|
}
|
@ -1361,6 +1361,10 @@ rec {
|
|||||||
|
|
||||||
### APPLICATIONS
|
### APPLICATIONS
|
||||||
|
|
||||||
|
cvs = (import ../applications/version-management/cvs) {
|
||||||
|
inherit fetchurl stdenv vim;
|
||||||
|
};
|
||||||
|
|
||||||
subversion11x = (import ../applications/version-management/subversion-1.1.x) {
|
subversion11x = (import ../applications/version-management/subversion-1.1.x) {
|
||||||
inherit fetchurl stdenv openssl db4 expat swig zlib;
|
inherit fetchurl stdenv openssl db4 expat swig zlib;
|
||||||
localServer = true;
|
localServer = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user