From eb604134f7fdd95c78d7979e826cd165b1f627f2 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Thu, 21 Apr 2016 10:32:21 -0500 Subject: kde5_latest.frameworks: 5.19 -> 5.21 --- pkgs/desktops/kde-5/frameworks-5.21/kdnssd.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pkgs/desktops/kde-5/frameworks-5.21/kdnssd.nix (limited to 'pkgs/desktops/kde-5/frameworks-5.21/kdnssd.nix') diff --git a/pkgs/desktops/kde-5/frameworks-5.21/kdnssd.nix b/pkgs/desktops/kde-5/frameworks-5.21/kdnssd.nix new file mode 100644 index 00000000000..f00432b0c9c --- /dev/null +++ b/pkgs/desktops/kde-5/frameworks-5.21/kdnssd.nix @@ -0,0 +1,13 @@ +{ kdeFramework, lib +, extra-cmake-modules +, avahi +}: + +kdeFramework { + name = "kdnssd"; + nativeBuildInputs = [ extra-cmake-modules ]; + buildInputs = [ avahi ]; + meta = { + maintainers = [ lib.maintainers.ttuegel ]; + }; +} -- cgit 1.4.1