From 89e94123c6977764e648e1a7638f5cb2688adbe4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 3 May 2011 16:59:24 +0000 Subject: [PATCH] * Move ktorrent to pkgs/applications/networking/p2p/. svn path=/nixpkgs/trunk/; revision=27123 --- pkgs/applications/networking/{ => p2p}/ktorrent/default.nix | 0 .../networking/{ => p2p}/ktorrent/find-workspace.diff | 0 pkgs/top-level/all-packages.nix | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/applications/networking/{ => p2p}/ktorrent/default.nix (100%) rename pkgs/applications/networking/{ => p2p}/ktorrent/find-workspace.diff (100%) diff --git a/pkgs/applications/networking/ktorrent/default.nix b/pkgs/applications/networking/p2p/ktorrent/default.nix similarity index 100% rename from pkgs/applications/networking/ktorrent/default.nix rename to pkgs/applications/networking/p2p/ktorrent/default.nix diff --git a/pkgs/applications/networking/ktorrent/find-workspace.diff b/pkgs/applications/networking/p2p/ktorrent/find-workspace.diff similarity index 100% rename from pkgs/applications/networking/ktorrent/find-workspace.diff rename to pkgs/applications/networking/p2p/ktorrent/find-workspace.diff diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 8d6e8b86584..e79a7fb0df8 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6454,7 +6454,7 @@ let krusader = newScope pkgs.kde4 ../applications/misc/krusader { }; - ktorrent = newScope pkgs.kde4 ../applications/networking/ktorrent { }; + ktorrent = newScope pkgs.kde4 ../applications/networking/p2p/ktorrent { }; lame = callPackage ../applications/audio/lame { };