summary refs log blame commit diff
path: root/pkgs/development/libraries/kde-frameworks/ki18n.nix
blob: 2698a97fd33f9c69e81fd3be4d5a54580f21ee91 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                     
                                                        
                                              
                                                     
                                                   
 
{ kdeFramework, lib
, extra-cmake-modules
, gettext
, python
, qtdeclarative
, qtscript
}:

kdeFramework {
  name = "ki18n";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ qtdeclarative qtscript ];
  propagatedNativeBuildInputs = [ gettext python ];
}