3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: 4330820E1E04DCF4

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";