Skip to content

Commit

Permalink
gst_all_1.gst-plugins-good: support cross-compilation
Browse files Browse the repository at this point in the history
Enabling strictDeps verified by diffing with diffoscope.
  • Loading branch information
Mindavi committed May 31, 2022
1 parent ed59f12 commit 43edcbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/libraries/gstreamer/good/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
, xorg
, libgudev
, wavpack
, glib
}:

assert raspiCameraSupport -> (stdenv.isLinux && stdenv.isAarch64);
Expand All @@ -57,13 +58,20 @@ stdenv.mkDerivation rec {
sha256 = "1al4f35mx41cy2h6agvmsqkjfchsyfs0iyxzpv6pnl0xh9pqfriw";
};

strictDeps = true;

depsBuildBuild = [ pkg-config ];

nativeBuildInputs = [
pkg-config
python3
meson
ninja
gettext
nasm
orc
libshout
glib
] ++ lib.optionals stdenv.isLinux [
wayland-protocols
];
Expand Down

0 comments on commit 43edcbf

Please sign in to comment.