Skip to content

Commit

Permalink
proxychains: copy src/proxychains.conf to /etc
Browse files Browse the repository at this point in the history
As requested by Infinisil in NixOS#86225.
  • Loading branch information
sorki committed Sep 9, 2020
1 parent ebd1991 commit e6b5d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/networking/proxychains/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
# Temporary work-around; most likely fixed by next upstream release
sed -i Makefile -e '/-lpthread/a LDFLAGS+=-ldl'
'';
postInstall = ''
cp src/proxychains.conf $out/etc
'';

meta = {
description = "Proxifier for SOCKS proxies";
Expand Down

0 comments on commit e6b5d54

Please sign in to comment.