nixpkgs/pkgs/desktops/kde-4.14/kdenetwork/kdenetwork-filesharing.nix

10 lines
167 B
Nix
Raw Normal View History

2014-09-20 11:09:11 +02:00
{ kde, kdelibs }:
kde {
buildInputs = [ kdelibs ];
meta = {
description = "KDE properties dialog plugin to share a directory with the local network";
};
}