summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.8/kdenetwork/krfb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-4.8/kdenetwork/krfb.nix')
-rw-r--r--pkgs/desktops/kde-4.8/kdenetwork/krfb.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-4.8/kdenetwork/krfb.nix b/pkgs/desktops/kde-4.8/kdenetwork/krfb.nix
new file mode 100644
index 00000000000..80013f430d3
--- /dev/null
+++ b/pkgs/desktops/kde-4.8/kdenetwork/krfb.nix
@@ -0,0 +1,7 @@
+{ kde, kdelibs, libvncserver, libXdamage, libXtst }:
+
+kde {
+  buildInputs = [ kdelibs libvncserver libXdamage libXtst];
+
+  patches = [ ./kdenetwork.patch ];
+}