rubyWithPackages.libv8: fix compilation
This commit is contained in:
parent
1b96f9b68c
commit
84fa1d2fb3
1 changed files with 6 additions and 0 deletions
|
@ -294,6 +294,12 @@ in
|
||||||
libv8 = attrs: {
|
libv8 = attrs: {
|
||||||
buildInputs = [ which v8 python ];
|
buildInputs = [ which v8 python ];
|
||||||
buildFlags = [ "--with-system-v8=true" ];
|
buildFlags = [ "--with-system-v8=true" ];
|
||||||
|
dontBuild = false;
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace ext/libv8/extconf.rb \
|
||||||
|
--replace "location = Libv8::Location::Vendor.new" \
|
||||||
|
"location = Libv8::Location::System.new"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
execjs = attrs: {
|
execjs = attrs: {
|
||||||
|
|
Loading…
Reference in a new issue