summary refs log tree commit diff
path: root/pkgs/applications/kde-apps-15.12/kdenetwork-filesharing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde-apps-15.12/kdenetwork-filesharing.nix')
-rw-r--r--pkgs/applications/kde-apps-15.12/kdenetwork-filesharing.nix29
1 files changed, 29 insertions, 0 deletions
diff --git a/pkgs/applications/kde-apps-15.12/kdenetwork-filesharing.nix b/pkgs/applications/kde-apps-15.12/kdenetwork-filesharing.nix
new file mode 100644
index 00000000000..4e99a43b391
--- /dev/null
+++ b/pkgs/applications/kde-apps-15.12/kdenetwork-filesharing.nix
@@ -0,0 +1,29 @@
+{ kdeApp
+, lib
+, extra-cmake-modules
+, kdoctools
+, kcoreaddons
+, ki18n
+, kio
+, kwidgetsaddons
+, samba
+}:
+
+kdeApp {
+  name = "kdenetwork-filesharing";
+  nativeBuildInputs = [
+    extra-cmake-modules
+    kdoctools
+  ];
+  buildInputs = [
+    kcoreaddons
+    ki18n
+    kio
+    kwidgetsaddons
+    samba
+  ];
+  meta = {
+    license = [ lib.licenses.gpl2 lib.licenses.lgpl21 ];
+    maintainers = [ lib.maintainers.ttuegel ];
+  };
+}