mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
whoops, forgot to add openssh
svn path=/nixpkgs/trunk/; revision=1211
This commit is contained in:
parent
ae04cf09b2
commit
6de341ddbc
2 changed files with 6 additions and 1 deletions
|
@ -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) {
|
||||
|
|
|
@ -62,6 +62,7 @@ let {
|
|||
vim
|
||||
less
|
||||
screen
|
||||
openssl
|
||||
;};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue