gst_all_1.gst-plugins-base: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
63ab92cff8
commit
68606d51d3
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, lib
|
{ stdenv, fetchurl, fetchpatch, lib
|
||||||
, pkgconfig, meson, ninja, gettext, gobjectIntrospection
|
, pkgconfig, meson, ninja, gettext, gobjectIntrospection
|
||||||
, python, gstreamer, orc, pango, libtheora
|
, python3, gstreamer, orc, pango, libtheora
|
||||||
, libintl, libopus
|
, libintl, libopus
|
||||||
, enableX11 ? stdenv.isLinux, libXv
|
, enableX11 ? stdenv.isLinux, libXv
|
||||||
, enableWayland ? stdenv.isLinux, wayland
|
, enableWayland ? stdenv.isLinux, wayland
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig python gettext gobjectIntrospection ]
|
nativeBuildInputs = [ pkgconfig python3 gettext gobjectIntrospection ]
|
||||||
|
|
||||||
# Broken meson with Darwin. Should hopefully be fixed soon. Tracking
|
# Broken meson with Darwin. Should hopefully be fixed soon. Tracking
|
||||||
# in https://bugzilla.gnome.org/show_bug.cgi?id=781148.
|
# in https://bugzilla.gnome.org/show_bug.cgi?id=781148.
|
||||||
|
Loading…
Reference in New Issue
Block a user