summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.22/kemoticons.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.22/kemoticons.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.22/kemoticons.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.22/kemoticons.nix b/pkgs/desktops/kde-5/frameworks-5.22/kemoticons.nix
new file mode 100644
index 00000000000..1e31277172d
--- /dev/null
+++ b/pkgs/desktops/kde-5/frameworks-5.22/kemoticons.nix
@@ -0,0 +1,14 @@
+{ kdeFramework, lib
+, extra-cmake-modules
+, karchive
+, kconfig
+, kcoreaddons
+, kservice
+}:
+
+kdeFramework {
+  name = "kemoticons";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
+  nativeBuildInputs = [ extra-cmake-modules ];
+  propagatedBuildInputs = [ karchive kconfig kcoreaddons kservice ];
+}