ffmpeg: set strictDeps

This will hopefully prevent cross compilation regressions.
This commit is contained in:
Alyssa Ross 2023-09-14 10:48:03 +00:00 committed by Anderson Torres
parent f38a57f072
commit c147fe79a5

View File

@ -545,6 +545,8 @@ stdenv.mkDerivation (finalAttrs: {
in
"remove-references-to ${lib.concatStringsSep " " (map (o: "-t ${o}") toStrip)} config.h";
strictDeps = true;
nativeBuildInputs = [ removeReferencesTo addOpenGLRunpath perl pkg-config texinfo yasm ]
++ optionals withCudaLLVM [ clang ];