ffmpeg: set strictDeps
This will hopefully prevent cross compilation regressions.
This commit is contained in:
parent
f38a57f072
commit
c147fe79a5
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user