nixpkgs/pkgs/desktops/kde-5/frameworks/kdnssd.nix

12 lines
231 B
Nix
Raw Normal View History

2016-04-21 16:32:21 +01:00
{ kdeFramework, lib
, extra-cmake-modules
, avahi
}:
kdeFramework {
name = "kdnssd";
2016-04-28 16:51:54 +01:00
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
2016-04-21 16:32:21 +01:00
nativeBuildInputs = [ extra-cmake-modules ];
2016-04-28 16:51:54 +01:00
propagatedBuildInputs = [ avahi ];
2016-04-21 16:32:21 +01:00
}