httping: Enable SSL support

This commit is contained in:
Rickard Nilsson 2015-07-10 12:58:56 +02:00
parent b4e5181dde
commit 6c6a06b99f

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, gettext, ncurses }:
{ stdenv, fetchurl, gettext, ncurses, openssl }:
stdenv.mkDerivation rec {
name = "httping-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "1110r3gpsj9xmybdw7w4zkhj3zmn5mnv2nq0ijbvrywbn019zdfs";
};
buildInputs = [ ncurses ];
buildInputs = [ ncurses openssl ];
nativeBuildInputs = [ gettext ];
makeFlags = [