forked from mirrors/nixpkgs
Added ktorrent for KDE4 package
svn path=/nixpkgs/trunk/; revision=14967
This commit is contained in:
parent
4dba9f26d6
commit
06d17bced6
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -349,6 +349,7 @@ in {
|
|||
kdetoys = linux;
|
||||
kdeutils = linux;
|
||||
kdewebdev = linux;
|
||||
ktorrent = linux;
|
||||
};
|
||||
|
||||
kernelPackages_2_6_26 = {
|
||||
|
|
Loading…
Reference in a new issue