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


                        
                                                        
                      
                              
                          
                                        
 
{ kdeFramework, lib, ecm, qtsvg }:

kdeFramework {
  name = "breeze-icons";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  outputs = [ "out" ];
  nativeBuildInputs = [ ecm ];
  buildInputs = [ qtsvg ];
  propagatedUserEnvPkgs = [ qtsvg.out ];
}