mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
22ab3fe1ab
svn path=/nixpkgs/branches/kde-4.7/; revision=27645
14 lines
287 B
Nix
14 lines
287 B
Nix
{ kde, cmake, kdelibs, qt4, perl, automoc4, kdebase_workspace }:
|
|
|
|
kde.package {
|
|
buildInputs = [ cmake qt4 perl kdelibs automoc4 kdebase_workspace ];
|
|
|
|
meta = {
|
|
description = "KDE remote control";
|
|
kde = {
|
|
name = "kremotecontrol";
|
|
module = "kdeutils";
|
|
};
|
|
};
|
|
}
|