ruby: Fixup libv8 versions

This commit is contained in:
William A. Kennington III
2015-07-08 15:10:07 -07:00
parent 76229bc546
commit dae5b35463
7 changed files with 14 additions and 22 deletions

View File

@@ -18,14 +18,13 @@
# (to make gems behave if necessary).
{ lib, fetchurl, writeScript, ruby, libxml2, libxslt, python, stdenv, which
, libiconv, postgresql, v8, v8_3_16_14, clang, sqlite, zlib, imagemagick
, libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick
, pkgconfig , ncurses, xapian, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
, cmake, libssh2, openssl, mysql
}:
let
v8 = v8_3_16_14;
in
{
@@ -46,13 +45,6 @@ in
buildFlags = [
"--with-system-v8=true"
];
patches = [
# see: https://github.com/cowboyd/libv8/pull/161
(fetchpatch {
url = https://github.com/cstrahan/libv8/commit/c79378bf346d4ed2429af36d745d17c478ffbe96.patch;
sha256 = "1l6572cmigc22g249jj8h0xlbig88mj43kdqdbimhw2pmpv3q0rs";
})
];
};
mysql2 = attrs: {