From 98bfaf52f75b88db229f0b7712ad49a6a4cce45f Mon Sep 17 00:00:00 2001 From: Charles Strahan Date: Thu, 22 Jan 2015 00:47:08 -0500 Subject: [PATCH] ruby: use commit to identify libv8 patch --- .../interpreters/ruby/bundler-env/default-gem-config.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix b/pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix index 7b10cd152e56..0b9ac65f2b70 100644 --- a/pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix +++ b/pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix @@ -38,8 +38,9 @@ in "--with-system-v8=true" ]; patches = [ + # see: https://github.com/cowboyd/libv8/pull/161 (fetchpatch { - url = https://github.com/cowboyd/libv8/pull/161.patch; + url = https://github.com/cstrahan/libv8/commit/c79378bf346d4ed2429af36d745d17c478ffbe96.patch; sha256 = "1l6572cmigc22g249jj8h0xlbig88mj43kdqdbimhw2pmpv3q0rs"; }) ]; @@ -113,3 +114,4 @@ in ''; }; } +