mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
nagiosPluginsOfficial: configure with ssl
This commit is contained in:
parent
13d6681ce7
commit
cfe4196696
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, openssh }:
|
||||
{ stdenv, fetchurl, openssh, openssl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nagios-plugins-${version}";
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
postInstall = "ln -s libexec $out/bin";
|
||||
|
||||
# !!! make openssh a runtime dependency only
|
||||
buildInputs = [ openssh ];
|
||||
buildInputs = [ openssh openssl ];
|
||||
|
||||
meta = {
|
||||
description = "Official plugins for Nagios";
|
||||
|
|
Loading…
Reference in a new issue