rtmpdump: propagate build inputs according to *.pc
This fixes ffmpeg-full build.
This commit is contained in:
parent
9bc42f6d00
commit
69a6848b57
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
++ optional stdenv.isDarwin "SYS=darwin"
|
||||
++ optional stdenv.cc.isClang "CC=clang";
|
||||
|
||||
buildInputs = [ zlib ]
|
||||
propagatedBuildInputs = [ zlib ]
|
||||
++ optional gnutlsSupport gnutls
|
||||
++ optional opensslSupport openssl;
|
||||
|
||||
|
|
Loading…
Reference in a new issue