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


                  
                                                        

                                              
 
{ kdeFramework, lib, extra-cmake-modules, qtbase }:

kdeFramework {
  name = "attica";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ qtbase ];
}