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