nixpkgs/pkgs/development/interpreters/ruby/overwrites.nix
Yury G. Kudryashov 08abc174f6 Move various functions to separate files.
Also allow overwriting the 'generated' file.

svn path=/nixpkgs/trunk/; revision=25656
2011-01-21 08:25:02 +00:00

7 lines
104 B
Nix

{ xapianBindings }:
gems:
{
xapian_full = xapianBindings.merge { cfg = { rubySupport = true; }; };
}