2017-02-26 12:49:15 +00:00
|
|
|
{ kdeFramework, lib, extra-cmake-modules, kcoreaddons, kwindowsystem, qtx11extras }:
|
2016-04-21 16:32:21 +01:00
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kcrash";
|
2016-04-28 16:50:26 +01:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-04-28 16:50:26 +01:00
|
|
|
propagatedBuildInputs = [ kcoreaddons kwindowsystem qtx11extras ];
|
2016-04-21 16:32:21 +01:00
|
|
|
}
|