mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
proxychains: copy src/proxychains.conf to /etc
As requested by Infinisil in #86225.
This commit is contained in:
parent
ebd199184d
commit
e6b5d5401e
@ -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 New Issue
Block a user