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


                  



                                                                 

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

kdeFramework {
  name = "attica";
  meta = {
    maintainers = [ lib.maintainers.ttuegel ];
    broken = builtins.compareVersions qtbase.version "5.6.0" < 0;
  };
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ qtbase ];
}