efa8a08428
It doesn't actually do anything and was only working because of the hook.
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;
|
|
}
|