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


                                                    
                                         



                       
                                                        
                                                   

                                                                             
                                            
    
 
{ kdeFramework, lib, copyPathsToStore
, extra-cmake-modules, perl
, karchive, kconfig, kguiaddons, kiconthemes, kparts
, libgit2
, qtscript, qtxmlpatterns
, ki18n, kio, sonnet, syntax-highlighting
}:

kdeFramework {
  name = "ktexteditor";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules perl ];
  propagatedBuildInputs = [
    karchive kconfig kguiaddons ki18n kiconthemes kio kparts libgit2 qtscript
    qtxmlpatterns sonnet syntax-highlighting
  ];
}