From 6de341ddbcb8c4e2b0302715e559575103dda280 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Mon, 2 Aug 2004 12:27:01 +0000 Subject: [PATCH] whoops, forgot to add openssh svn path=/nixpkgs/trunk/; revision=1211 --- pkgs/system/all-packages-generic.nix | 6 +++++- pkgs/system/populate-cache.nix | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 6b240d61470b..047eb5cc5e7c 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) { diff --git a/pkgs/system/populate-cache.nix b/pkgs/system/populate-cache.nix index b6ea3ece1aa7..f8afb66d2095 100644 --- a/pkgs/system/populate-cache.nix +++ b/pkgs/system/populate-cache.nix @@ -62,6 +62,7 @@ let { vim less screen + openssl ;};