summary refs log tree commit diff
path: root/pkgs/applications/kde/kdenetwork-filesharing.nix
blob: 4aa1196752854210f87357644edf1082e9d9ecf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  kdeApp, lib,
  ecm, kdoctools,
  kcoreaddons, ki18n, kio, kwidgetsaddons, samba
}:

kdeApp {
  name = "kdenetwork-filesharing";
  meta = {
    license = [ lib.licenses.gpl2 lib.licenses.lgpl21 ];
    maintainers = [ lib.maintainers.ttuegel ];
  };
  nativeBuildInputs = [ ecm kdoctools ];
  propagatedBuildInputs = [ kcoreaddons ki18n kio kwidgetsaddons samba ];
}