summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-10-13 12:32:16 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-10-13 12:32:16 +0000
commite26fb06cdd8503fe0ccedf1efaa3a99dc68c6eb5 (patch)
tree51e110bf03f6b7d4d8c12577f36f7312981dfbf0 /pkgs/system/all-packages-generic.nix
parent679536961874cb73de6c9a24371475858ff0a9d2 (diff)
downloadnixpkgs-e26fb06cdd8503fe0ccedf1efaa3a99dc68c6eb5.tar
nixpkgs-e26fb06cdd8503fe0ccedf1efaa3a99dc68c6eb5.tar.gz
nixpkgs-e26fb06cdd8503fe0ccedf1efaa3a99dc68c6eb5.tar.bz2
nixpkgs-e26fb06cdd8503fe0ccedf1efaa3a99dc68c6eb5.tar.lz
nixpkgs-e26fb06cdd8503fe0ccedf1efaa3a99dc68c6eb5.tar.xz
nixpkgs-e26fb06cdd8503fe0ccedf1efaa3a99dc68c6eb5.tar.zst
nixpkgs-e26fb06cdd8503fe0ccedf1efaa3a99dc68c6eb5.zip
add CVS
svn path=/nixpkgs/trunk/; revision=4084
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index b12da2aaef4..446c2f2732a 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1361,6 +1361,10 @@ rec {
 
   ### APPLICATIONS
 
+  cvs = (import ../applications/version-management/cvs) {
+    inherit fetchurl stdenv vim;
+  };
+
   subversion11x = (import ../applications/version-management/subversion-1.1.x) {
     inherit fetchurl stdenv openssl db4 expat swig zlib;
     localServer = true;