net_snmp: openssl must be propagated as it required when linking against libnetsnmp
This commit is contained in:
parent
2ae3cc7ef4
commit
3efcae2652
@ -26,7 +26,8 @@ stdenv.mkDerivation rec {
|
||||
"--with-persistent-directory=/var/lib/net-snmp"
|
||||
];
|
||||
|
||||
buildInputs = [ autoreconfHook file openssl perl unzip ];
|
||||
buildInputs = [ autoreconfHook file perl unzip ];
|
||||
propagatedBuildInputs = [ openssl ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user