3
0
Fork 0
forked from mirrors/nixpkgs

ruby: use commit to identify libv8 patch

This commit is contained in:
Charles Strahan 2015-01-22 00:47:08 -05:00
parent 23ffd6ad22
commit 98bfaf52f7

View file

@ -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
'';
};
}