mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 00:54:11 +00:00
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 ];
|
|
}
|