Merge pull request #136094 from chuangzhu/proxychains

proxychains: revert commit e6b5d5401e
This commit is contained in:
Jörg Thalheim 2021-08-29 23:58:59 +01:00 committed by GitHub
commit b52b8c58d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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