Merge pull request #202967 from dotlambda/libv8-python3

rubyPackages.libv8: use python3
This commit is contained in:
Robert Scott 2022-11-26 20:43:26 +00:00 committed by GitHub
commit d4b26421e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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