nixpkgs/pkgs/development/libraries/kde-frameworks/attica.nix
2016-07-30 09:36:52 -05:00

8 lines
153 B
Nix

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