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";
};
}
@@ -7,4 +7,8 @@ ruby18.override rec {
url = "ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-${version}.tar.gz";
sha256 = "1r4bls76dg97lqgwkxi6kbxzirkvjm21d4i2qyz469lnncvqwn9i";
};
passthru = {
libPath = "lib/ruby-1.9";
};
}