mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
8 lines
148 B
Nix
8 lines
148 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "kapidox";
|
|
|
|
# doesn't actually install anything - good thing it's unused
|
|
meta.broken = true;
|
|
}
|