summary refs log tree commit diff
path: root/pkgs/tools/security/tor
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-03-08 19:15:26 -0500
committerShea Levy <shea@shealevy.com>2013-03-08 19:15:26 -0500
commit8934644d207cc6744fe44e61fbce0436d29638e4 (patch)
tree781d25deb418d25794e54acb31cc694b1445e2c3 /pkgs/tools/security/tor
parent9a5ca5aced8019d04adac88f0d5a1b7d63927841 (diff)
downloadnixlib-8934644d207cc6744fe44e61fbce0436d29638e4.tar
nixlib-8934644d207cc6744fe44e61fbce0436d29638e4.tar.gz
nixlib-8934644d207cc6744fe44e61fbce0436d29638e4.tar.bz2
nixlib-8934644d207cc6744fe44e61fbce0436d29638e4.tar.lz
nixlib-8934644d207cc6744fe44e61fbce0436d29638e4.tar.xz
nixlib-8934644d207cc6744fe44e61fbce0436d29638e4.tar.zst
nixlib-8934644d207cc6744fe44e61fbce0436d29638e4.zip
tor: minor cleanups
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/tools/security/tor')
-rw-r--r--pkgs/tools/security/tor/default.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkgs/tools/security/tor/default.nix b/pkgs/tools/security/tor/default.nix
index f896e8c7b408..e8c27c5f2b1e 100644
--- a/pkgs/tools/security/tor/default.nix
+++ b/pkgs/tools/security/tor/default.nix
@@ -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 O’Connor <roconnor@theorem.ca> ?
-	stdenv.lib.maintainers.ludo
+        stdenv.lib.maintainers.ludo
       ];
     platforms = stdenv.lib.platforms.gnu;  # arbitrary choice
   };