10 lines
158 B
Nix
10 lines
158 B
Nix
{ kdeFramework, lib
|
|
, ecm
|
|
}:
|
|
|
|
kdeFramework {
|
|
name = "kitemviews";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ ecm ];
|
|
}
|