Merge pull request #225664 from uninsane/pr/sane/cross-gstreamer
This commit is contained in:
commit
dd8117df89
2 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,6 @@ stdenv.mkDerivation rec {
|
||||||
pkg-config
|
pkg-config
|
||||||
gettext
|
gettext
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gst-devtools
|
|
||||||
python3
|
python3
|
||||||
flex
|
flex
|
||||||
|
|
||||||
|
@ -47,6 +46,8 @@ stdenv.mkDerivation rec {
|
||||||
bash-completion
|
bash-completion
|
||||||
libxml2
|
libxml2
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
gst-devtools
|
||||||
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
|
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
|
python3
|
||||||
bzip2
|
bzip2
|
||||||
|
|
||||||
# documentation
|
# documentation
|
||||||
|
@ -62,7 +63,6 @@ stdenv.mkDerivation rec {
|
||||||
libGLU
|
libGLU
|
||||||
nasm
|
nasm
|
||||||
libvpx
|
libvpx
|
||||||
python3
|
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
|
|
Loading…
Reference in a new issue