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