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

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