mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
rtmpdump: propagate build inputs according to *.pc
This fixes ffmpeg-full build.
This commit is contained in:
parent
9bc42f6d00
commit
69a6848b57
@ -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 New Issue
Block a user