Merge pull request #76488 from jtojnar/more-python-cleanups

Another batch of Python 2 clean-ups
This commit is contained in:
Frederik Rietdijk
2020-01-06 12:00:36 +01:00
committed by GitHub
17 changed files with 57 additions and 39 deletions
@@ -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 = [
@@ -3,7 +3,7 @@
, meson
, ninja
, pkgconfig
, python
, python3
, gst-plugins-base
, orc
, gettext
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
ninja
gettext
pkgconfig
python
python3
];
buildInputs = [
@@ -3,7 +3,7 @@
, pkgconfig
, gstreamer
, gst-plugins-base
, python
, python3
, gobject-introspection
, json-glib
}:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
python
python3
json-glib
];