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>2004-08-02 12:27:01 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2004-08-02 12:27:01 +0000
commit6de341ddbcb8c4e2b0302715e559575103dda280 (patch)
tree004b4dc176b42644c01faa266deb4ffb64fb05a2 /pkgs/system/all-packages-generic.nix
parentae04cf09b2dbe34cfc0a43f9e9943c6524cc4e47 (diff)
downloadnixpkgs-6de341ddbcb8c4e2b0302715e559575103dda280.tar
nixpkgs-6de341ddbcb8c4e2b0302715e559575103dda280.tar.gz
nixpkgs-6de341ddbcb8c4e2b0302715e559575103dda280.tar.bz2
nixpkgs-6de341ddbcb8c4e2b0302715e559575103dda280.tar.lz
nixpkgs-6de341ddbcb8c4e2b0302715e559575103dda280.tar.xz
nixpkgs-6de341ddbcb8c4e2b0302715e559575103dda280.tar.zst
nixpkgs-6de341ddbcb8c4e2b0302715e559575103dda280.zip
whoops, forgot to add openssh
svn path=/nixpkgs/trunk/; revision=1211
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 6b240d61470..047eb5cc5e7 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -127,8 +127,12 @@ rec {
 
   screen = (import ../tools/misc/screen) {
     inherit fetchurl stdenv ncurses;
+  };
 
+  openssh = (import ../tools/networking/openssh) {
+    inherit fetchurl stdenv zlib openssl;
   };
+
   ### SHELLS
 
   bash = (import ../shells/bash) {