ee967575e6
svn path=/nixpkgs/trunk/; revision=23198
13 lines
258 B
Nix
13 lines
258 B
Nix
{kdePackage, cmake, qt4, perl, kdelibs, kdebase_workspace, automoc4}:
|
|
|
|
kdePackage {
|
|
pn = "kdetoys";
|
|
v = "4.5.0";
|
|
|
|
buildInputs = [ cmake qt4 perl kdelibs kdebase_workspace automoc4 ];
|
|
meta = {
|
|
description = "KDE Toys";
|
|
license = "GPL";
|
|
};
|
|
}
|