summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/attica.nix
blob: 98721876c1204e5906a1d992846e54e674dfcec1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ kdeFramework, lib
, extra-cmake-modules
}:

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