Add xB plugin interpreters to xK buildInputs

This is more or less pointless, but Nix forces us to.
This commit is contained in:
Přemysl Eric Janouch 2023-07-04 02:28:48 +02:00
parent ebdcef7180
commit a0e88fb445
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 8 additions and 0 deletions

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