gst_all_1.gst-validate: switch to python 3

This commit is contained in:
Jan Tojnar
2019-12-29 11:21:06 +01:00
parent 730c92d9e2
commit 4cb22aa377
@@ -3,7 +3,7 @@
, pkgconfig , pkgconfig
, gstreamer , gstreamer
, gst-plugins-base , gst-plugins-base
, python , python3
, gobject-introspection , gobject-introspection
, json-glib , json-glib
}: }:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
python python3
json-glib json-glib
]; ];