summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.19/kdnssd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.19/kdnssd.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.19/kdnssd.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.19/kdnssd.nix b/pkgs/desktops/kde-5/frameworks-5.19/kdnssd.nix
deleted file mode 100644
index f00432b0c9c..00000000000
--- a/pkgs/desktops/kde-5/frameworks-5.19/kdnssd.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ kdeFramework, lib
-, extra-cmake-modules
-, avahi
-}:
-
-kdeFramework {
-  name = "kdnssd";
-  nativeBuildInputs = [ extra-cmake-modules ];
-  buildInputs = [ avahi ];
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
-}