summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.22/kcrash.nix
blob: 133a81c60c181549d7891b1623f7ca6e55fc41de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 ];
}