summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2005-09-12 15:20:57 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2005-09-12 15:20:57 +0000
commit9a6ce709fa1f4f6e21ec46ae1389ee4f2eb8bc22 (patch)
tree0d464a39b648d44f8a8b2125cacf590afd2a1a98 /pkgs/system/all-packages-generic.nix
parent4d07cb8db5c5109902238c870243917590e9394c (diff)
downloadnixpkgs-9a6ce709fa1f4f6e21ec46ae1389ee4f2eb8bc22.tar
nixpkgs-9a6ce709fa1f4f6e21ec46ae1389ee4f2eb8bc22.tar.gz
nixpkgs-9a6ce709fa1f4f6e21ec46ae1389ee4f2eb8bc22.tar.bz2
nixpkgs-9a6ce709fa1f4f6e21ec46ae1389ee4f2eb8bc22.tar.lz
nixpkgs-9a6ce709fa1f4f6e21ec46ae1389ee4f2eb8bc22.tar.xz
nixpkgs-9a6ce709fa1f4f6e21ec46ae1389ee4f2eb8bc22.tar.zst
nixpkgs-9a6ce709fa1f4f6e21ec46ae1389ee4f2eb8bc22.zip
vsftpd
svn path=/nixpkgs/trunk/; revision=3811
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 621ba7d7d6a..fb5a6498d8c 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -640,7 +640,11 @@ rec {
   dovecot = (import ../servers/mail/dovecot) {
     inherit fetchurl stdenv ;
   };
-
+  
+  vsftpd = (import ../servers/ftp/vsftpd) {
+    inherit fetchurl stdenv openssl ;
+  };
+ 
   tomcat5 = (import ../servers/http/tomcat) {
     inherit fetchurl stdenv ;
     j2sdk = blackdown;