Added lftp ftp client.
svn path=/nixpkgs/trunk/; revision=9042
This commit is contained in:
parent
ce5b2cfa14
commit
60534bcce5
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user