Files
K900 efa8a08428 kdePackages.kapidox: mark broken
It doesn't actually do anything and was only working because of the hook.
2025-06-17 00:08:40 +03:00

8 lines
148 B
Nix

{ mkKdeDerivation }:
mkKdeDerivation {
pname = "kapidox";
# doesn't actually install anything - good thing it's unused
meta.broken = true;
}