siege: fix build after multiple-outputs

This commit is contained in:
Joachim Fasting
2016-04-27 19:22:47 +02:00
parent a2b0713030
commit 1bf1ba1f88

View File

@@ -10,7 +10,9 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
configureFlags = [ "--with-ssl=${openssl}" ];
buildInputs = [ openssl ];
configureFlags = [ "--with-ssl=${openssl.dev}" ];
meta = with stdenv.lib; {
description = "HTTP load tester";