Merge pull request #202967 from dotlambda/libv8-python3
rubyPackages.libv8: use python3
This commit is contained in:
commit
d4b26421e3
@ -370,7 +370,7 @@ in
|
||||
# otherwise the gem will fail to link to the libv8 binary.
|
||||
# see: https://github.com/cowboyd/libv8/pull/161
|
||||
libv8 = attrs: {
|
||||
buildInputs = [ which v8 python2 ];
|
||||
buildInputs = [ which v8 python3 ];
|
||||
buildFlags = [ "--with-system-v8=true" ];
|
||||
dontBuild = false;
|
||||
# The gem includes broken symlinks which are ignored during unpacking, but
|
||||
|
Loading…
Reference in New Issue
Block a user