mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
08a1b61716
svn path=/nixpkgs/trunk/; revision=25658
5 lines
98 B
Nix
5 lines
98 B
Nix
{ xapianBindings }:
|
|
|
|
{
|
|
xapian_full = xapianBindings.merge { cfg = { rubySupport = true; }; };
|
|
}
|