summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.11/kdenetwork/kdnssd.nix
blob: f65960cc337b92f86fbfc4fdd1d8e2f67fb1b718 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kde, kdelibs }:

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "KDE tool that monitors the network for DNS-SD services";
  };
}