Add xB plugin interpreters to xK buildInputs

This is more or less pointless, but Nix forces us to.
This commit is contained in:
2023-07-04 02:28:48 +02:00
parent ebdcef7180
commit a0e88fb445

View File

@@ -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
];