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

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