* Refactoring.
svn path=/nixpkgs/trunk/; revision=5149
This commit is contained in:
parent
9d27c94bda
commit
57c5067b07
@ -254,11 +254,11 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
bittorrent = (import ../tools/networking/bittorrent) {
|
bittorrent = (import ../tools/networking/p2p/bittorrent) {
|
||||||
inherit fetchurl stdenv python pygtk makeWrapper;
|
inherit fetchurl stdenv python pygtk makeWrapper;
|
||||||
};
|
};
|
||||||
|
|
||||||
azureus = import ../tools/networking/azureus {
|
azureus = import ../tools/networking/p2p/azureus {
|
||||||
inherit fetchurl stdenv jdk swt;
|
inherit fetchurl stdenv jdk swt;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user