From 60534bcce5de63234cf4d489cd81dbe04813cc49 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sat, 4 Aug 2007 12:41:00 +0000 Subject: [PATCH] Added lftp ftp client. svn path=/nixpkgs/trunk/; revision=9042 --- pkgs/top-level/all-packages.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 8dcd854e807..07f3acb7f88 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -438,6 +438,10 @@ rec { inherit fetchurl stdenv ncurses; }; + lftp = import ../tools/networking/lftp { + inherit fetchurl stdenv readline; + }; + lhs2tex = import ../tools/typesetting/lhs2tex { inherit fetchurl stdenv ghc tetex polytable; };