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 , 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 = [