forked from mirrors/nixpkgs
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";
|
||||
|
||||
configureFlags = [ "--with-ssl=${openssl}" ];
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
configureFlags = [ "--with-ssl=${openssl.dev}" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "HTTP load tester";
|
||||
|
|
Loading…
Reference in a new issue