summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/kde-frameworks/attica.nix
blob: d34b3f3a2c5fc9336cd96afee6f3e710c32e3dd7 (plain)
1
2
3
4
5
6
7
{ kdeFramework, lib, ecm }:

kdeFramework {
  name = "attica";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
}