1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-22 16:26:48 -04:00
nixpkgs/pkgs/desktops/kde-4.11/kdenetwork/kdenetwork-filesharing.nix
Evgeny Egorochkin b25bcf853f package KDE 4.11
2013-08-21 20:41:07 +03:00

10 lines
167 B
Nix

{ kde, kdelibs }:
kde {
buildInputs = [ kdelibs ];
meta = {
description = "KDE properties dialog plugin to share a directory with the local network";
};
}