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

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "KDE properties dialog plugin to share a directory with the local network";
  };
}