mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +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) {
|
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) {
|
||||||
|
|
|
@ -62,6 +62,7 @@ let {
|
||||||
vim
|
vim
|
||||||
less
|
less
|
||||||
screen
|
screen
|
||||||
|
openssl
|
||||||
;};
|
;};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue