mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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
|
||||
, 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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user