Added lftp ftp client.
svn path=/nixpkgs/trunk/; revision=9042
This commit is contained in:
@@ -438,6 +438,10 @@ rec {
|
|||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lftp = import ../tools/networking/lftp {
|
||||||
|
inherit fetchurl stdenv readline;
|
||||||
|
};
|
||||||
|
|
||||||
lhs2tex = import ../tools/typesetting/lhs2tex {
|
lhs2tex = import ../tools/typesetting/lhs2tex {
|
||||||
inherit fetchurl stdenv ghc tetex polytable;
|
inherit fetchurl stdenv ghc tetex polytable;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user