about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks/kcoreaddons.nix
blob: 94b4136df3da5a547e36e30bd20389510883d007 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ kdeFramework, lib
, extra-cmake-modules
, shared_mime_info
}:

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