Add xB plugin interpreters to xK buildInputs
This is more or less pointless, but Nix forces us to.
This commit is contained in:
parent
ebdcef7180
commit
a0e88fb445
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue