need to link against -lgcc_s for the testsuite to work

This commit is contained in:
Jack Cummings 2013-03-08 07:43:30 -08:00
parent f80dfee0c5
commit e863477995

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libevent openssl zlib ];
NIX_CFLAGS_LINK = "-lgcc_s";
doCheck = true;
meta = {