ruby / gems update

svn path=/nixpkgs/trunk/; revision=16099
This commit is contained in:
Marc Weber
2009-06-30 14:29:17 +00:00
parent ca6850d95e
commit 8661c406f2
4 changed files with 25 additions and 6 deletions
@@ -2,9 +2,10 @@
, lib
, zlib ? null
, openssl ? null
, makeOverridable
}:
stdenv.mkDerivation rec {
makeOverridable (stdenv.mkDerivation) rec {
version = "1.8.7-p72";
name = "ruby-${version}";
src = fetchurl {