proxychains: revert commit e6b5d5401e

Fixes #136093.
This commit is contained in:
Chuang Zhu 2021-08-29 19:21:06 +08:00
parent 4a57860df4
commit 66fb849432

View file

@ -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";