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