3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/kde-frameworks/kcrash.nix

9 lines
295 B
Nix
Raw Normal View History

{ 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 ]; };
nativeBuildInputs = [ extra-cmake-modules ];
2016-04-28 16:50:26 +01:00
propagatedBuildInputs = [ kcoreaddons kwindowsystem qtx11extras ];
2016-04-21 16:32:21 +01:00
}