mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +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";
|
|
};
|
|
}
|