gst_all_1.gst-plugins-ugly: switch to python 3

This commit is contained in:
Jan Tojnar 2019-12-25 08:44:13 +01:00
parent 23ec74b1b2
commit e9cdcde6ea
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -3,7 +3,7 @@
, meson
, ninja
, pkgconfig
, python
, python3
, gst-plugins-base
, orc
, gettext
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
ninja
gettext
pkgconfig
python
python3
];
buildInputs = [