mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
rtmpdump: Use openssl by default
This commit is contained in:
parent
9d5a3e62cf
commit
1d15063768
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchgit, zlib
|
||||
, gnutlsSupport ? true, gnutls ? null
|
||||
, opensslSupport ? false, openssl ? null
|
||||
, gnutlsSupport ? false, gnutls ? null
|
||||
, opensslSupport ? true, openssl ? null
|
||||
}:
|
||||
|
||||
# Must have an ssl library enabled
|
||||
|
Loading…
Reference in New Issue
Block a user