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
|
||||
gettext
|
||||
gobject-introspection
|
||||
gst-devtools
|
||||
python3
|
||||
flex
|
||||
|
||||
|
@ -47,6 +46,8 @@ stdenv.mkDerivation rec {
|
|||
bash-completion
|
||||
libxml2
|
||||
gobject-introspection
|
||||
gst-devtools
|
||||
python3
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
|
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
python3
|
||||
bzip2
|
||||
|
||||
# documentation
|
||||
|
@ -62,7 +63,6 @@ stdenv.mkDerivation rec {
|
|||
libGLU
|
||||
nasm
|
||||
libvpx
|
||||
python3
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Reference in a new issue