Skip to content

Commit a57d79b

Browse files
committed
kdePackages.kajongg: remove broken package
kajongg has been marked broken since NixOS 24.05 and remains unfixed. The package is actually a Python app that needs significant work to fix properly. Per RFC 180, packages broken for a full release cycle are subject to removal. NixOS/rfcs#180
1 parent 1590e21 commit a57d79b

2 files changed

Lines changed: 4 additions & 17 deletions

File tree

pkgs/kde/gear/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
kaccounts-integration = callPackage ./kaccounts-integration { };
5151
kaccounts-providers = callPackage ./kaccounts-providers { };
5252
kaddressbook = callPackage ./kaddressbook { };
53-
kajongg = callPackage ./kajongg { };
53+
5454
kalarm = callPackage ./kalarm { };
5555
kalgebra = callPackage ./kalgebra { };
5656
kalk = callPackage ./kalk { };
@@ -249,4 +249,7 @@
249249
umbrello = callPackage ./umbrello { };
250250
yakuake = callPackage ./yakuake { };
251251
zanshin = callPackage ./zanshin { };
252+
253+
# Removed packages
254+
kajongg = throw "kdePackages.kajongg has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05
252255
}

pkgs/kde/gear/kajongg/default.nix

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)