siege: fix build after multiple-outputs
This commit is contained in:
parent
a2b0713030
commit
1bf1ba1f88
@ -10,7 +10,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
||||||
|
|
||||||
configureFlags = [ "--with-ssl=${openssl}" ];
|
buildInputs = [ openssl ];
|
||||||
|
|
||||||
|
configureFlags = [ "--with-ssl=${openssl.dev}" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "HTTP load tester";
|
description = "HTTP load tester";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user