76a3eb02d3
svn path=/nixpkgs/trunk/; revision=23790
15 lines
294 B
Nix
15 lines
294 B
Nix
{ kde, cmake, kdelibs, qt4, perl, automoc4, kdebase_workspace }:
|
|
|
|
kde.package {
|
|
buildInputs = [ cmake qt4 perl kdelibs automoc4 kdebase_workspace ];
|
|
|
|
meta = {
|
|
description = "";
|
|
kde = {
|
|
name = "kremotecontrol";
|
|
module = "kdeutils";
|
|
version = "4.5.1";
|
|
};
|
|
};
|
|
}
|