aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gstreamer/ges
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-12-25 07:36:29 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-29 11:21:06 +0100
commit544ae9608258c149a1751ac04b4ad7fbb84b49a3 (patch)
tree82062e4700bcd31cc3c435524d780d2bb57988b9 /pkgs/development/libraries/gstreamer/ges
parent4cb22aa377fc688bf58f9d433652820f95e7e90d (diff)
gst_all_1.gst-editing-services: switch to python 3
Also remove no longer needed perl.
Diffstat (limited to 'pkgs/development/libraries/gstreamer/ges')
-rw-r--r--pkgs/development/libraries/gstreamer/ges/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/libraries/gstreamer/ges/default.nix b/pkgs/development/libraries/gstreamer/ges/default.nix
index 6e9a604f7946..af2579d0594b 100644
--- a/pkgs/development/libraries/gstreamer/ges/default.nix
+++ b/pkgs/development/libraries/gstreamer/ges/default.nix
@@ -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 = [