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 , meson
, ninja , ninja
, pkgconfig , pkgconfig
, python , python3
, gst-plugins-base , gst-plugins-base
, orc , orc
, gettext , gettext
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
ninja ninja
gettext gettext
pkgconfig pkgconfig
python python3
]; ];
buildInputs = [ buildInputs = [