summary refs log blame commit diff
path: root/pkgs/development/libraries/kde-frameworks/breeze-icons.nix
blob: 1c4ed2a99094e9e9fa3b0aa37658309c8930adad (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  
 
              
                        
                                                        
                      
                                              
                          
                                        
 
{ mkDerivation, lib, extra-cmake-modules, qtsvg }:

mkDerivation {
  name = "breeze-icons";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  outputs = [ "out" ];
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ qtsvg ];
  propagatedUserEnvPkgs = [ qtsvg.out ];
}