1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00
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";
};
}