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;
|
||
|
|
}
|