proxychains: copy src/proxychains.conf to /etc
As requested by Infinisil in #86225.
This commit is contained in:
parent
ebd199184d
commit
e6b5d5401e
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue