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-29 11:21:06 +01:00
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 = [