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





                                                              
                                                        
                                              
                                                                   
 
{ kdeFramework, lib, extra-cmake-modules, kcompletion, kconfig
, ki18n, kio, phonon
}:

kdeFramework {
  name = "knotifyconfig";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ kcompletion kconfig ki18n kio phonon ];
}