Commit 33449330 authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files

rubyPackages.libv8: use python3

(cherry picked from commit 1710b52c)
parent 9e363efd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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