1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 00:22:13 +00:00
nixpkgs/pkgs/desktops/kde-4.10/kdenetwork/krfb.nix

8 lines
159 B
Nix

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