summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-04-10 17:49:24 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-04-10 17:49:24 +0000
commit57c5067b07b1f629ca2a16ab1d2e8b0b89fac278 (patch)
tree9ce0ee0d50eea79e2efba0d5a8dda493c39d76d1
parent9d27c94bdad7e9666f1348e8b05e6ca7a7eb74a5 (diff)
downloadnixpkgs-57c5067b07b1f629ca2a16ab1d2e8b0b89fac278.tar
nixpkgs-57c5067b07b1f629ca2a16ab1d2e8b0b89fac278.tar.gz
nixpkgs-57c5067b07b1f629ca2a16ab1d2e8b0b89fac278.tar.bz2
nixpkgs-57c5067b07b1f629ca2a16ab1d2e8b0b89fac278.tar.lz
nixpkgs-57c5067b07b1f629ca2a16ab1d2e8b0b89fac278.tar.xz
nixpkgs-57c5067b07b1f629ca2a16ab1d2e8b0b89fac278.tar.zst
nixpkgs-57c5067b07b1f629ca2a16ab1d2e8b0b89fac278.zip
* Refactoring.
svn path=/nixpkgs/trunk/; revision=5149
-rw-r--r--pkgs/tools/networking/p2p/azureus/builder.sh (renamed from pkgs/tools/networking/azureus/builder.sh)0
-rw-r--r--pkgs/tools/networking/p2p/azureus/default.nix (renamed from pkgs/tools/networking/azureus/default.nix)0
-rw-r--r--pkgs/tools/networking/p2p/bittorrent/builder.sh (renamed from pkgs/tools/networking/bittorrent/builder.sh)0
-rw-r--r--pkgs/tools/networking/p2p/bittorrent/default.nix (renamed from pkgs/tools/networking/bittorrent/default.nix)0
-rw-r--r--pkgs/top-level/all-packages.nix4
5 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/azureus/builder.sh b/pkgs/tools/networking/p2p/azureus/builder.sh
index 13b7a483192..13b7a483192 100644
--- a/pkgs/tools/networking/azureus/builder.sh
+++ b/pkgs/tools/networking/p2p/azureus/builder.sh
diff --git a/pkgs/tools/networking/azureus/default.nix b/pkgs/tools/networking/p2p/azureus/default.nix
index 69fb60117e9..69fb60117e9 100644
--- a/pkgs/tools/networking/azureus/default.nix
+++ b/pkgs/tools/networking/p2p/azureus/default.nix
diff --git a/pkgs/tools/networking/bittorrent/builder.sh b/pkgs/tools/networking/p2p/bittorrent/builder.sh
index 7b93d5db8ba..7b93d5db8ba 100644
--- a/pkgs/tools/networking/bittorrent/builder.sh
+++ b/pkgs/tools/networking/p2p/bittorrent/builder.sh
diff --git a/pkgs/tools/networking/bittorrent/default.nix b/pkgs/tools/networking/p2p/bittorrent/default.nix
index f2ea431f11a..f2ea431f11a 100644
--- a/pkgs/tools/networking/bittorrent/default.nix
+++ b/pkgs/tools/networking/p2p/bittorrent/default.nix
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 215046ca152..33d9089a78b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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;
   };