whoops, forgot to add openssh

svn path=/nixpkgs/trunk/; revision=1211
This commit is contained in:
Armijn Hemel 2004-08-02 12:27:01 +00:00
parent ae04cf09b2
commit 6de341ddbc
2 changed files with 6 additions and 1 deletions

View file

@ -127,8 +127,12 @@ rec {
screen = (import ../tools/misc/screen) { screen = (import ../tools/misc/screen) {
inherit fetchurl stdenv ncurses; inherit fetchurl stdenv ncurses;
}; };
openssh = (import ../tools/networking/openssh) {
inherit fetchurl stdenv zlib openssl;
};
### SHELLS ### SHELLS
bash = (import ../shells/bash) { bash = (import ../shells/bash) {

View file

@ -62,6 +62,7 @@ let {
vim vim
less less
screen screen
openssl
;}; ;};