webkitgtk: use python3
This commit is contained in:
parent
5a5f9dfa74
commit
ed3ffa197d
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user