6473176133
Also migrate existing kdePackage users to new API svn path=/nixpkgs/trunk/; revision=23525
15 lines
287 B
Nix
15 lines
287 B
Nix
{kde, cmake, qt4, perl, kdelibs, kdebase_workspace, automoc4}:
|
|
|
|
kde.package {
|
|
|
|
buildInputs = [ cmake qt4 perl kdelibs kdebase_workspace automoc4 ];
|
|
meta = {
|
|
description = "KDE Toys";
|
|
license = "GPL";
|
|
kde = {
|
|
name = "kdetoys";
|
|
version = "4.5.0";
|
|
};
|
|
};
|
|
}
|