mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
whoops, forgot to add openssh
svn path=/nixpkgs/trunk/; revision=1211
This commit is contained in:
parent
ae04cf09b2
commit
6de341ddbc
@ -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 New Issue
Block a user