gst_all_1.gst-editing-services: switch to python 3

Also remove no longer needed perl.
This commit is contained in:
Jan Tojnar 2019-12-25 07:36:29 +01:00
parent 4cb22aa377
commit 544ae96082
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -4,11 +4,10 @@
, meson
, ninja
, pkgconfig
, python
, python3
, gst-plugins-base
, libxml2
, flex
, perl
, gettext
, gobject-introspection
}:
@ -34,9 +33,8 @@ stdenv.mkDerivation rec {
pkgconfig
gettext
gobject-introspection
python
python3
flex
perl
];
buildInputs = [