net_snmp: openssl must be propagated as it required when linking against libnetsnmp
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user