* Updated kdetoys.

svn path=/nixpkgs/branches/kde-4.7/; revision=27998
This commit is contained in:
Eelco Dolstra 2011-07-29 12:41:31 +00:00
parent dd8cc506b5
commit e7b76a6db3
4 changed files with 8 additions and 8 deletions

View File

@ -139,13 +139,13 @@ recurseIntoAttrs rec {
umbrello = callPackage ./sdk/umbrello.nix { };
okteta = callPackage ./utils/okteta.nix { };
};
*/
kdetoys = combinePkgs "kdetoys" {
amor = callPackage ./toys/amor.nix { };
kteatime = callPackage ./toys/kteatime.nix { };
ktux = callPackage ./toys/ktux.nix { };
};
*/
kdeutils = combinePkgs "kdeutils" {
ark = callPackage ./utils/ark.nix { };

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon ];
meta = {
description = "KDE creature for your desktop";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon ];
meta = {
description = "KDE utility for making a fine cup of tea";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, kdebase_workspace }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, kde_workspace }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 kdebase_workspace ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon kde_workspace ];
meta = {
description = "Tux Screen Saver";