mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 17:48:35 +00:00
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 New Issue
Block a user