summary refs log blame commit diff
path: root/pkgs/development/libraries/kde-frameworks/kconfig.nix
blob: 0f003f8ea97e3b2a0f4bb3abcaa9dacd6eb395ed (plain) (tree)
1
2
3
4
5
6
7
                           


                   
                                                        
                              
 
{ kdeFramework, lib, ecm }:

kdeFramework {
  name = "kconfig";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
}