08abc174f6
Also allow overwriting the 'generated' file. svn path=/nixpkgs/trunk/; revision=25656
6 lines
104 B
Nix
6 lines
104 B
Nix
{ xapianBindings }:
|
|
gems:
|
|
|
|
{
|
|
xapian_full = xapianBindings.merge { cfg = { rubySupport = true; }; };
|
|
}
|