* Refactoring.

svn path=/nixpkgs/trunk/; revision=5149
gstqt5
Eelco Dolstra 2006-04-10 17:49:24 +00:00
parent 9d27c94bda
commit 57c5067b07
5 changed files with 2 additions and 2 deletions

View File

@ -254,11 +254,11 @@ rec {
inherit fetchurl stdenv;
};
bittorrent = (import ../tools/networking/bittorrent) {
bittorrent = (import ../tools/networking/p2p/bittorrent) {
inherit fetchurl stdenv python pygtk makeWrapper;
};
azureus = import ../tools/networking/azureus {
azureus = import ../tools/networking/p2p/azureus {
inherit fetchurl stdenv jdk swt;
};