summary refs log blame commit diff
path: root/pkgs/development/libraries/kde-frameworks/breeze-icons.nix
blob: 9e4a40b22abaab5e4c68af7a03cecb9365aa45c4 (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 ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ qtsvg ];
  outputs = [ "out" ]; # only runtime outputs
}