Move telepathy-gabble to applications

svn path=/nixpkgs/trunk/; revision=33064
This commit is contained in:
Yury G. Kudryashov 2012-03-14 15:41:37 +00:00
parent cddd413130
commit dc2d99ec96
2 changed files with 4 additions and 4 deletions

View File

@ -4709,10 +4709,6 @@ let
tecla = callPackage ../development/libraries/tecla { };
telepathy_gabble = callPackage ../development/libraries/telepathy-gabble {
inherit (pkgs.gnome) libsoup;
};
telepathy_glib = callPackage ../development/libraries/telepathy-glib { };
telepathy_farsight = callPackage ../development/libraries/telepathy-farsight {
@ -7437,6 +7433,10 @@ let
taskwarrior_unstable = callPackage ../applications/misc/taskwarrior/unstable.nix { };
telepathy_gabble = callPackage ../applications/networking/instant-messengers/telepathy-gabble {
inherit (pkgs.gnome) libsoup;
};
tesseract = callPackage ../applications/graphics/tesseract { };
thinkingRock = callPackage ../applications/misc/thinking-rock { };