adding xapian and xapian-bindings

svn path=/nixpkgs/trunk/; revision=16788
This commit is contained in:
Marc Weber
2009-08-20 20:18:58 +00:00
parent d0a9bac4c1
commit e7dc062579
6 changed files with 111 additions and 1 deletions
@@ -27,4 +27,9 @@ makeOverridable (stdenv.mkDerivation) rec {
homepage = "http://www.ruby-lang.org/en/";
description = "The Ruby language";
};
passthru = {
# install ruby libs into "$out/${ruby.libPath}"
libPath = "lib/ruby-1.8";
};
}