fix: Add OpenSSL to C NIF build inputs
net-snmp requires OpenSSL headers. Add openssl to buildInputs to fix 'openssl/ossl_typ.h' file not found error.
This commit is contained in:
parent
f42e2b00c9
commit
3ce8c480f2
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
pkg-config,
|
||||
net-snmp,
|
||||
erlang,
|
||||
openssl,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
|
@ -24,6 +25,7 @@ stdenv.mkDerivation {
|
|||
buildInputs = [
|
||||
net-snmp
|
||||
erlang
|
||||
openssl
|
||||
];
|
||||
|
||||
# Build using the existing Makefile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue