mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:36:27 +00:00
8 lines
201 B
Nix
8 lines
201 B
Nix
{ kdeFramework, lib, extra-cmake-modules, python }:
|
|
|
|
kdeFramework {
|
|
name = "kapidox";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ extra-cmake-modules python ];
|
|
}
|