webkitgtk: use python3

This commit is contained in:
worldofpeace 2019-12-05 06:44:36 -05:00
parent 5a5f9dfa74
commit ed3ffa197d

View File

@ -1,7 +1,7 @@
{ stdenv { stdenv
, fetchurl , fetchurl
, perl , perl
, python2 , python3
, ruby , ruby
, bison , bison
, gperf , gperf
@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
ninja ninja
perl perl
pkgconfig pkgconfig
python2 python3
ruby ruby
]; ];