tor: minor cleanups

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-03-08 19:15:26 -05:00
parent 9a5ca5aced
commit 8934644d20

View File

@ -8,11 +8,6 @@ stdenv.mkDerivation rec {
sha256 = "bb2d6f1136f33e11d37e6e34184143bf191e59501613daf33ae3d6f78f3176a0";
};
# patchPhase =
# DNS lookups fail in chroots.
# '' sed -i "src/or/test.c" -es/localhost/127.0.0.1/g
# '';
buildInputs = [ libevent openssl zlib ];
CFLAGS = "-lgcc_s";
@ -37,7 +32,7 @@ stdenv.mkDerivation rec {
maintainers =
[ # Russell OConnor <roconnor@theorem.ca> ?
stdenv.lib.maintainers.ludo
stdenv.lib.maintainers.ludo
];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
};