mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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;
|
||||
};
|
||||
|
||||
bittornado = import ../tools/networking/p2p/bit-tornado {
|
||||
inherit fetchurl stdenv python wxPython26;
|
||||
};
|
||||
|
||||
bsdiff = import ../tools/compression/bsdiff {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue