8 lines
153 B
Nix
8 lines
153 B
Nix
{ kdeFramework, lib, ecm }:
|
|
|
|
kdeFramework {
|
|
name = "attica";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ ecm ];
|
|
}
|