Added lftp ftp client.

svn path=/nixpkgs/trunk/; revision=9042
This commit is contained in:
Michael Raskin 2007-08-04 12:41:00 +00:00
parent ce5b2cfa14
commit 60534bcce5

View file

@ -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;
};