gst_all_1.gst-plugins-bad: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
68606d51d3
commit
0217c2980d
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, meson, ninja, gettext
|
{ stdenv, fetchurl, fetchpatch, meson, ninja, gettext
|
||||||
, pkgconfig, python, gst-plugins-base, orc
|
, pkgconfig, python3, gst-plugins-base, orc
|
||||||
, faacSupport ? false, faac ? null
|
, faacSupport ? false, faac ? null
|
||||||
, faad2, libass, libkate, libmms, librdf, ladspaH
|
, faad2, libass, libkate, libmms, librdf, ladspaH
|
||||||
, libnice, webrtc-audio-processing, lilv, lv2, serd, sord, sratom
|
, libnice, webrtc-audio-processing, lilv, lv2, serd, sord, sratom
|
||||||
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig python gettext ];
|
nativeBuildInputs = [ meson ninja pkgconfig python3 gettext ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gst-plugins-base orc
|
gst-plugins-base orc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user