Added BitTornado, as BitTorrent doesn't support IPv6
svn path=/nixpkgs/trunk/; revision=8897
This commit is contained in:
parent
c1e37ee94d
commit
4b04060e08
@ -254,6 +254,10 @@ rec {
|
|||||||
gui = true;
|
gui = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bittornado = import ../tools/networking/p2p/bit-tornado {
|
||||||
|
inherit fetchurl stdenv python wxPython26;
|
||||||
|
};
|
||||||
|
|
||||||
bsdiff = import ../tools/compression/bsdiff {
|
bsdiff = import ../tools/compression/bsdiff {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user