gst_all_1.gst-validate: switch to python 3
This commit is contained in:
parent
730c92d9e2
commit
4cb22aa377
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user