Merge branch 'tor.130308' of git://github.com/jcumming/nixpkgs

This commit ensures tor is linked to lgcc_s. Tests didn't pass before,
pass now.

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-03-08 19:13:17 -05:00
commit 35d957b8f9

View file

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