summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdenetwork/krfb.nix
blob: 80013f430d3c3138623fd233c4630713a62aae9c (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libvncserver, libXdamage, libXtst }:

kde {
  buildInputs = [ kdelibs libvncserver libXdamage libXtst];

  patches = [ ./kdenetwork.patch ];
}