mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
tor: minor cleanups
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
9a5ca5aced
commit
8934644d20
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue