Merge pull request #225664 from uninsane/pr/sane/cross-gstreamer

This commit is contained in:
Artturi 2023-04-15 20:36:53 +03:00 committed by GitHub
commit dd8117df89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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 = [

View file

@ -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 = [