mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
10 lines
191 B
Nix
10 lines
191 B
Nix
{ kde, kdelibs, libvncserver, freerdp, telepathy_qt }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs libvncserver freerdp telepathy_qt ];
|
|
|
|
meta = {
|
|
description = "KDE remote desktop client";
|
|
};
|
|
}
|