gst_all_1.gst-validate: switch to python 3

This commit is contained in:
Jan Tojnar 2019-12-25 07:28:58 +01:00
parent 730c92d9e2
commit 4cb22aa377
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -3,7 +3,7 @@
, pkgconfig
, gstreamer
, gst-plugins-base
, python
, python3
, gobject-introspection
, json-glib
}:
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
python
python3
json-glib
];