gst_all_1.gst-validate: switch to python 3
This commit is contained in:
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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue