1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/interpreters/ruby/overrides.nix
Yury G. Kudryashov 08a1b61716 Make it possible to override system ruby gems
svn path=/nixpkgs/trunk/; revision=25658
2011-01-21 08:25:11 +00:00

6 lines
98 B
Nix

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