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






                        
                      
                                              
                                    
 
{ kdeFramework
, extra-cmake-modules
, qtsvg
}:

kdeFramework {
  name = "breeze-icons";
  outputs = [ "out" ];
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ qtsvg ];
}