diff --git a/xK-master.nix b/xK-master.nix index 9e181e9..7767cc3 100644 --- a/xK-master.nix +++ b/xK-master.nix @@ -22,6 +22,14 @@ pkgs.stdenv.mkDerivation rec { ] ++ lib.optionals full [ readline lua5_3 + + # xB plugins + guile + tcl + perl + ruby + tinycc + python3 ] ++ lib.optionals (!full) [ libedit ];