summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kcrash.nix
blob: bd008c732af78b1a35b419c411b1041097f3a82b (plain) (blame)
1
2
3
4
5
6
7
8
{ kdeFramework, lib, extra-cmake-modules, kcoreaddons, kwindowsystem, qtx11extras }:

kdeFramework {
  name = "kcrash";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ kcoreaddons kwindowsystem qtx11extras ];
}