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
1 changed files with 2 additions and 2 deletions

View File

@ -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
]; ];