mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
10 lines
158 B
Nix
10 lines
158 B
Nix
{ kdeFramework, lib
|
|
, ecm
|
|
}:
|
|
|
|
kdeFramework {
|
|
name = "kitemviews";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ ecm ];
|
|
}
|