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




                         
                                                        
                              
                                                                   
 
{ kdeFramework, lib, ecm, kcompletion, kconfig
, ki18n, kio, phonon
}:

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