nixpkgs/pkgs/desktops/kde-4.14/kdenetwork/zeroconf-ioslave.nix
2014-09-24 23:48:38 +02:00

10 lines
149 B
Nix

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