kdePackages.kapidox: mark broken

It doesn't actually do anything and was only working because of the hook.
This commit is contained in:
K900
2025-06-13 20:28:36 +03:00
parent 6b9c56b07a
commit efa8a08428
+3
View File
@@ -1,4 +1,7 @@
{ mkKdeDerivation }:
mkKdeDerivation {
pname = "kapidox";
# doesn't actually install anything - good thing it's unused
meta.broken = true;
}