need to link against -lgcc_s for the testsuite to work
This commit is contained in:
parent
f80dfee0c5
commit
e863477995
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ libevent openssl zlib ];
|
||||
|
||||
NIX_CFLAGS_LINK = "-lgcc_s";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in New Issue