gst_all_1.gst-editing-services: switch to python 3
Also remove no longer needed perl.
This commit is contained in:
parent
4cb22aa377
commit
544ae96082
@ -4,11 +4,10 @@
|
|||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, python
|
, python3
|
||||||
, gst-plugins-base
|
, gst-plugins-base
|
||||||
, libxml2
|
, libxml2
|
||||||
, flex
|
, flex
|
||||||
, perl
|
|
||||||
, gettext
|
, gettext
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
}:
|
}:
|
||||||
@ -34,9 +33,8 @@ stdenv.mkDerivation rec {
|
|||||||
pkgconfig
|
pkgconfig
|
||||||
gettext
|
gettext
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
python
|
python3
|
||||||
flex
|
flex
|
||||||
perl
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user