nixpkgs/pkgs/desktops/kde-4.12/kdenetwork/zeroconf-ioslave.nix

10 lines
149 B
Nix

{ kde, kdelibs }:
kde {
buildInputs = [ kdelibs ];
meta = {
description = "KDE tool that monitors the network for DNS-SD services";
};
}