6 lines
98 B
Nix
6 lines
98 B
Nix
|
{ xapianBindings }:
|
||
|
|
||
|
{
|
||
|
xapian_full = xapianBindings.merge { cfg = { rubySupport = true; }; };
|
||
|
}
|