nixpkgs/pkgs/desktops/kde-4.7/kdenetwork/krfb.nix

8 lines
159 B
Nix
Raw Normal View History

{ kde, kdelibs, libvncserver, libXdamage, libXtst }:
kde {
buildInputs = [ kdelibs libvncserver libXdamage libXtst];
patches = [ ./kdenetwork.patch ];
}