Added ktorrent for KDE4 package

svn path=/nixpkgs/trunk/; revision=14967
This commit is contained in:
Sander van der Burg 2009-04-09 12:54:39 +00:00
parent 4dba9f26d6
commit 06d17bced6
2 changed files with 7 additions and 0 deletions

View File

@ -184,4 +184,10 @@ rec {
inherit kdelibs; inherit kdelibs;
inherit automoc4 phonon strigi soprano; inherit automoc4 phonon strigi soprano;
}; };
ktorrent = import ./extragear/ktorrent {
inherit (pkgs) stdenv fetchurl cmake qt4 perl gmp taglib boost gettext;
inherit kdelibs kdepimlibs kdebase_workspace;
inherit automoc4 phonon qca2;
};
} }

View File

@ -349,6 +349,7 @@ in {
kdetoys = linux; kdetoys = linux;
kdeutils = linux; kdeutils = linux;
kdewebdev = linux; kdewebdev = linux;
ktorrent = linux;
}; };
kernelPackages_2_6_26 = { kernelPackages_2_6_26 = {