9 lines
214 B
Nix
9 lines
214 B
Nix
{ kdeFramework, lib, ecm, qtx11extras }:
|
|
|
|
kdeFramework {
|
|
name = "kdbusaddons";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ ecm ];
|
|
propagatedBuildInputs = [ qtx11extras ];
|
|
}
|