mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:14:10 +00:00
gst_all_1.gst_editing_service: fix cross compilation
python3 is used both during the build process (nativeBuildInputs) and #include'd/linked to by ges-formatter.c (buildInputs)
This commit is contained in:
parent
3c070a08ff
commit
5b82c9d52c
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user