3
0
Fork 0
forked from mirrors/nixpkgs

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 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;
kdeutils = linux;
kdewebdev = linux;
ktorrent = linux;
};
kernelPackages_2_6_26 = {