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