15 lines
355 B
Nix
15 lines
355 B
Nix
{ kdeFramework, lib, ecm, kconfig, kcoreaddons
|
|
, ki18n, kio, kservice, plasma-framework, solid
|
|
, threadweaver
|
|
}:
|
|
|
|
kdeFramework {
|
|
name = "krunner";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ ecm ];
|
|
propagatedBuildInputs = [
|
|
kconfig kcoreaddons ki18n kio kservice plasma-framework solid
|
|
threadweaver
|
|
];
|
|
}
|