nixpkgs/pkgs/desktops/kde-4.13/kdenetwork/zeroconf-ioslave.nix
2014-06-19 15:27:00 +02:00

10 lines
149 B
Nix

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