* Updated kdetoys.
svn path=/nixpkgs/branches/kde-4.7/; revision=27998
This commit is contained in:
parent
dd8cc506b5
commit
e7b76a6db3
@ -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 { };
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user