Merge pull request #136094 from chuangzhu/proxychains
proxychains: revert commit e6b5d5401e
This commit is contained in:
commit
b52b8c58d9
1 changed files with 0 additions and 4 deletions
|
@ -19,10 +19,6 @@ stdenv.mkDerivation rec {
|
|||
substituteInPlace Makefile --replace "-Werror" "-Werror -Wno-stringop-truncation"
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
cp src/proxychains.conf $out/etc
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Proxifier for SOCKS proxies";
|
||||
homepage = "http://proxychains.sourceforge.net";
|
||||
|
|
Loading…
Reference in a new issue