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


                                                                     



                      
                                                        
                              

                                                                  
    
 
{
  kdeFramework, lib, ecm,
  kcodecs, kconfig, kconfigwidgets, kcoreaddons, kiconthemes, kxmlgui
}:

kdeFramework {
  name = "kbookmarks";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
  propagatedBuildInputs = [
    kcodecs kconfig kconfigwidgets kcoreaddons kiconthemes kxmlgui
  ];
}