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